搜索资源列表
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.
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.