CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - gpu cuda

搜索资源列表

  1. 2D CUDA-based bilinear interpolation

    1下载:
  2. This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:36.99kb
    • 提供者:whitewalter
  1. CUDA.rar

    0下载:
  2. 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上,The article describes how to use CUDA to achieve neural networks, and he applied to image processing unit on the GPU
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:
  1. ifft2_cuda

    0下载:
  2. It is the IFFT transform in CUDA, and very suitable for the programer who is interested in GPU development.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.77kb
    • 提供者:编程者
  1. CUDA-SAR-imaging-CSA

    1下载:
  2. 基于CUDA的SAR成像模拟,在GPU上得到了很好的加速比,由于时间所限,只进行了点目标的仿真。希望多多交流~-CUDA-based SAR imaging simulation on the GPU to get a good speedup, due to time constraints, only a point target simulation. Want to interact-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:
    • 文件大小:1.2mb
    • 提供者:明日上尉
  1. cuSVMVCcode

    2下载:
  2. 基于GPU计算的SVM,VC++源码,包括详细文档说明文件。借用了GPU编程的优势,该代码据作者说比常规的libsvm等算法包的训练速度快13-73倍,预测速度快22-172倍。希望对大家有用-cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel proc
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-03
    • 文件大小:859.16kb
    • 提供者:Sheng
  1. GPU-speedup

    0下载:
  2. 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的群体规模限制问题,提高了算法的运行速度。-Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.75mb
    • 提供者:逍遥
  1. cuda-GPU

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing devices unified architecture,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.82mb
    • 提供者:逍遥
  1. GPU-JP08-1parte

    0下载:
  2. How to works GPU and how to instal CUDA
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2.71mb
    • 提供者:ayacota
  1. GPU-Gems3

    0下载:
  2. 给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。-This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming techniques. The programmability of
  3. 所属分类:matlab

    • 发布日期:2017-06-17
    • 文件大小:25.62mb
    • 提供者:闫煜
  1. MATLAB-CUDA

    0下载:
  2. The latest generation of high-end video cards off er considerable computing power using their 100–200 on-card processors, 0.3–1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Un
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:162.99kb
    • 提供者:charlesw0100
  1. sph-gpu

    0下载:
  2. 一个SPH的程序,C++实现,带CUDA计算。-A SPH source code implemented with C++, using CUDA techonology.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:226.06kb
    • 提供者:Sheldon Lee
  1. cuda-meme-3.0.12

    0下载:
  2. 此程序用于GPU实现的对生物科学中的motif discovery算法进行加速-Accelerating Motif Discovery in Biological Sequences Using CUDA-enabled Graphics Processing Units
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-05
    • 文件大小:2.03mb
    • 提供者:VincentJHY
  1. rbm_binary_binary

    0下载:
  2. Restricted Boltzmann Machine with binary visible ,hidden units and GPU (CUDA) support.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:tund
  1. cuda-convnet

    1下载:
  2. 卷积神经网的GPU高效并行实现,用于大规模图像识别-A efficient GPU implementation of CNN with application to large-scale image recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-12
    • 文件大小:336kb
    • 提供者:liubo
  1. cuda-convnet-master

    1下载:
  2. 基于GPU的 ,深度学习,Python代码-Based on GPU, deep learning, Python Code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:163.13kb
    • 提供者:王高
  1. cuda_monte_carlo

    0下载:
  2. 这是论文 On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Monte Carlo Methods 的配套代码,对于了解GPU cuda并行编程有用.-This is the thesis " On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12.02mb
    • 提供者:allen
  1. CUDA-code

    0下载:
  2. 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:453.26kb
    • 提供者:刘楠
  1. CorrectionImage

    0下载:
  2. 这是在Matlab软件平台下的 GPU程序,进行图像放大的并行运算,使用CUDA来编写程序。(This is in the Matlab software platform under the GPU program, image amplification parallel operation, using CUDA to write programs.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:930kb
    • 提供者:仁仁
  1. euler2d_cudaFortran-master

    0下载:
  2. GPU实现2d欧拉方程问题,fortran 实现,简单易学,可以下载试试(GPU 2D Euler equations to achieve the problem, FORTRAN implementation, easy to learn, you can download to try)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:39kb
    • 提供者:klzhao
  1. marchingCubes

    7下载:
  2. 1.在MATLAB中直接实现Marching Cubes; 2.使用了向量化和预分配的概念在MATLAB中优化; 3.用c-mex函数和GPU实现.(1. Marching Cubes is realized directly in MATLAB; 2., the concepts of VQ and pre allocation are optimized in MATLAB. 3. is implemented with c-MEX function and GPU.)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-27
    • 文件大小:95kb
    • 提供者:zyj0-0
« 12 »
搜珍网 www.dssz.com