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