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

搜索资源列表

  1. Exercises.zip

    0下载:
  2. cuda基本程序:矩阵转置的较优实现等 ,basic code for cuda
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:33.59kb
    • 提供者:fruitfly
  1. nbody

    0下载:
  2. N-Body 利用cuda的模拟 Fast N-Body Simulation with CUDA-Fast N-Body Simulation with CUDA
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:785.58kb
    • 提供者:xiangxingbin
  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. CUDA-programm

    0下载:
  2. 包含《GPU高性能运算之CUDA》书中的所有源代码。-Include "GPU computing performance of CUDA" the book of all source code.
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:冬冬
  1. NVIDIA_CUBLAS_1.1

    0下载:
  2. Nividia提供的CUDA的BLAS库源码,可以在GPU上运行BLAS函数-Nividia provided CUDA source code of the BLAS library, you can run GPU function BLAS
  3. 所属分类:MPI

    • 发布日期:2016-09-19
    • 文件大小:258.55kb
    • 提供者:alex
  1. ComputeTime

    0下载:
  2. 基于NV的CUDA(计算统一构架)的一段程序,示例如何在显卡的GPU上进行并行平方和运算,代码思路清晰,易于理解。-NV based on the CUDA (calculated unified framework) period of procedures, examples of how the GPU graphics cards on the square and parallel computing, code clear and easy to understand.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:255.27kb
    • 提供者:李美剑
  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. eigenvalues

    0下载:
  2. cuda编程,并行计算N体问题。cuda programming, parallel computing N-body problem.-cuda programming, parallel computing N-body problem.
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1.6mb
    • 提供者:xiangxingbin
  1. cudaMallocAndMemcpy

    0下载:
  2. cuda 并行代码 Malloc And Memcpy例子-cuda examples of parallel code Malloc And Memcpy
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:1.79kb
    • 提供者:dmal
  1. cuda_by_example

    0下载:
  2. the source code of the book: CUDA by Example an introduction to general-perpose GPU programming, written by Jason Sanders and Edward Kandrot
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:294.87kb
    • 提供者:L
  1. cuda_by_example

    0下载:
  2. CUDA By Example书籍的所有源代码,载入工程可运行。-CUDA By Example books of all source code, load the project to run.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:294.22kb
    • 提供者:rgk
  1. Source-Cod-CUDA-by-example

    0下载:
  2. 源码-CUDA by example 非常好的CUDA入门书籍-Source Code-CUDA by example
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:287.81kb
    • 提供者:Joe
  1. four-classical-cuda-examples

    0下载:
  2. cuda入门例子代码,从内存分配到数组倒置,每个都短小精悍,详细注释,已测试可以直接跑。-CUDA introductory example code from the memory allocated to the array inverted, each dapper, detailed notes, tests can be run directly.
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:3.66kb
    • 提供者:enrique
  1. CUDA

    0下载:
  2. 并行计算,使用CUDA计算数组求和,包含实验报告和源代码-Parallel computing, computing with CUDA array summation, including lab reports and source code
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:19.8kb
    • 提供者:朱苏建
  1. GPU-CUDA-codes

    2下载:
  2. GPU高性能编程CUDA实战全部相应代码,是新手学习GPU编程的最好入门书籍和代码。-Programming CUDA GPU performance combat all corresponding code, a novice to learn the best introductory books GPU programming and code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:336.46kb
    • 提供者:小龙
  1. cuda-sha512

    0下载:
  2. 非常好用的基于cuda的sha512代码,cuda是基于GPU的编程语言,利用cuda的并行性可提高运算破解效率,但随着cuda版本的不断更新,编程环境需要自身搭建,代码需要读懂后根据版本的更新进行简单的调试。-Very good sha512 based on cuda code, cuda is a programming language based on GPU, using cuda parallelism can improve the operation efficiency of
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:12.7kb
    • 提供者:kobe
  1. CUDA code

    0下载:
  2. CUDA(Compute Unified Device Architecture),是显卡厂商NVIDIA推出的运算平台。 CUDA?是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。(CUDA (Compute Unified Device Architecture), is the graphics platform NVIDIA's computing platform. CUDA is a general purpose parallel computi
  3. 所属分类:并行计算

    • 发布日期:2018-01-03
    • 文件大小:1.21mb
    • 提供者:taoshi
  1. dijkstra CUDA

    1下载:
  2. dijkstra code cuda windows
  3. 所属分类:并行计算

    • 发布日期:2018-01-06
    • 文件大小:466kb
    • 提供者:Loop{}
  1. simulink&&CUDA

    0下载:
  2. 利用simulink的自动生成代码功能生成代码后,在VC2013上进行编译,然后调用CUDA程序(After generating code from Simulink's automatic generation of code, compiling on VC2013, then calling the CUDA program)
  3. 所属分类:并行计算

    • 发布日期:2018-04-30
    • 文件大小:72kb
    • 提供者:NiZaiCaiA
  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 »
搜珍网 www.dssz.com