CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - GPU

搜索资源列表

  1. matrixMul

    0下载:
  2. GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:17.23kb
    • 提供者:Danny
  1. MonteCarlo

    0下载:
  2. 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:318.19kb
    • 提供者:lry
  1. bandwidthTest

    0下载:
  2. gpu编程,测试gpu的运算带宽,性能分析。-GPU programming, testing GPU computing bandwidth, performance analysis.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:5.83kb
    • 提供者:li
  1. BFS_CUDA

    0下载:
  2. 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter means the longest distance bet
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1.28kb
    • 提供者:iJuliet
  1. Mars_v2

    0下载:
  2. GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
  3. 所属分类:MPI

    • 发布日期:2017-05-24
    • 文件大小:7.56mb
    • 提供者:陈思远
  1. cd40192

    1下载:
  2. 清华大学cuda培训教程 gpu并行算法 高清版pdf-Tsinghua University training course cuda parallel algorithm gpu HD version pdf
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:61.86kb
    • 提供者:lx
  1. fft2_cuda

    0下载:
  2. 在CUDA下的FFT变换程序,可以供爱好GPU编程的参考学习。-It it the FFT transform in CUDA, and very suitable for the programer who is interested in GPU.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1.77kb
    • 提供者:IAU
  1. NVIDIA_GT200

    0下载:
  2. 介绍NVIDIA s GT200 GPU的硬件架构,以及CUDA编程模型与GPU硬件实现之间的联系,是理解CUDA运行机理的一篇好文章!-The architeture of NVIDIA s GT200 GPU was Introduced in this paper, And the relationship between CUDA and GPU hardware was indicated. We could get more details of CUDA process in th
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:379.92kb
    • 提供者:Janzhen
  1. CUDAtools

    0下载:
  2. CUDA(GPU计算)开发资料,包括3份文档和一份快速开发设置工具,文档包括有CUDA环境设置,CUDA简易编程以及非常有名的深入浅出谈CUDA技术一文。-CUDA (GPU computing) development information, including three copies of the document and a set for rapid development tools, documentation including CUDA environment setting
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.55mb
    • 提供者:llc
  1. GPU-BBSort

    1下载:
  2. 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:3.06mb
    • 提供者:nono
  1. GPU-HMMER-0.92.tar

    0下载:
  2. GPU-HMMER-0.92.tar.gzsupport Nvidia CUDA need nvidia gpu card
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:730.36kb
    • 提供者:chaogehen
  1. GPU-parallel-optimization-algorithm

    0下载:
  2. 基于gpu的现代并行优化算法,并行传输,实现数据的高速处理-Optimization algorithm, based on modern parallel gpu parallel transmission, to achieve high-speed data processing
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.06mb
    • 提供者:张成宝
  1. LSMI-GPU-CUDA

    0下载:
  2. 程序是基于GPU的CUDA架构进行通用计算的程序,程序实现的功能是阵列信号处理的波束形成,实现方法是LSMI即迭代对角加载采样矩阵求逆法,用的编程软件是vs2012-the program is based on GPU s CUDA,its function is beamform for array signal process,the method is LSMI,vs2012 is used
  3. 所属分类:MPI

    • 发布日期:2017-06-10
    • 文件大小:16.27mb
    • 提供者:wenxuan
  1. [GPU-CUDA--C-Programming]

    0下载:
  2. GPU CUDA C并行编程是计算机实现并行高速计算的强大方式,本资料将引领你进入这个神奇的世界-GPU CUDA C parallel programming is a powerful way to achieve parallel high-speed computer, this information will lead you into the magic of the world
  3. 所属分类:MPI

    • 发布日期:2017-12-17
    • 文件大小:42.8mb
    • 提供者:王KK
  1. MatlabCuda

    0下载:
  2. 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:2.44mb
    • 提供者:Bigstrong
  1. GPU高性能编程CUDA实战中文版

    0下载:
  2. 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:27.82mb
    • 提供者:菜与才
  1. 01_查询GPU设备

    0下载:
  2. cuda代码查询设备信息,基础实用的小例子代码(the code of cuda for querying the device)
  3. 所属分类:并行计算

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:ScorpioMilo
  1. 检测CPU和GPU处理图片的时间对比

    0下载:
  2. 检测CPU和GPU处理图片的时间对比,需要拥有支持CUDA的硬件设备(Time comparison between detecting CPU and GPU processing pictures)
  3. 所属分类:并行计算

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:JackChung1993
  1. GPU并行编程讲义

    0下载:
  2. 基于GPU并行计算基础讲义,为程序猿打开基于GPU编程的大门(Based on GPU parallel computing basic lecture, opens the gate for GPU programming based on program ape.)
  3. 所属分类:并行计算

    • 发布日期:2018-05-04
    • 文件大小:4.82mb
    • 提供者:H————H
  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)
  3. 所属分类:并行计算

    • 发布日期:2019-05-03
    • 文件大小:298kb
    • 提供者:zjujie
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com