搜索资源列表
Exercises.zip
- cuda基本程序:矩阵转置的较优实现等 ,basic code for cuda
nbody
- N-Body 利用cuda的模拟 Fast N-Body Simulation with CUDA-Fast N-Body Simulation with CUDA
MonteCarlo
- 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
CUDA-programm
- 包含《GPU高性能运算之CUDA》书中的所有源代码。-Include "GPU computing performance of CUDA" the book of all source code.
NVIDIA_CUBLAS_1.1
- Nividia提供的CUDA的BLAS库源码,可以在GPU上运行BLAS函数-Nividia provided CUDA source code of the BLAS library, you can run GPU function BLAS
ComputeTime
- 基于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.
BFS_CUDA
- 用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
eigenvalues
- cuda编程,并行计算N体问题。cuda programming, parallel computing N-body problem.-cuda programming, parallel computing N-body problem.
cudaMallocAndMemcpy
- cuda 并行代码 Malloc And Memcpy例子-cuda examples of parallel code Malloc And Memcpy
cuda_by_example
- the source code of the book: CUDA by Example an introduction to general-perpose GPU programming, written by Jason Sanders and Edward Kandrot
cuda_by_example
- CUDA By Example书籍的所有源代码,载入工程可运行。-CUDA By Example books of all source code, load the project to run.
Source-Cod-CUDA-by-example
- 源码-CUDA by example 非常好的CUDA入门书籍-Source Code-CUDA by example
four-classical-cuda-examples
- cuda入门例子代码,从内存分配到数组倒置,每个都短小精悍,详细注释,已测试可以直接跑。-CUDA introductory example code from the memory allocated to the array inverted, each dapper, detailed notes, tests can be run directly.
CUDA
- 并行计算,使用CUDA计算数组求和,包含实验报告和源代码-Parallel computing, computing with CUDA array summation, including lab reports and source code
GPU-CUDA-codes
- GPU高性能编程CUDA实战全部相应代码,是新手学习GPU编程的最好入门书籍和代码。-Programming CUDA GPU performance combat all corresponding code, a novice to learn the best introductory books GPU programming and code.
cuda-sha512
- 非常好用的基于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
CUDA code
- 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
dijkstra CUDA
- dijkstra code cuda windows
simulink&&CUDA
- 利用simulink的自动生成代码功能生成代码后,在VC2013上进行编译,然后调用CUDA程序(After generating code from Simulink's automatic generation of code, compiling on VC2013, then calling the CUDA program)
GPU高性能编程CUDA实战—示例代码
- 结合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.)