-
-
-
-
-
-
-
-
particles.rar
基于GPU,使用CUDA语言,实时模拟上千个粒子的碰撞。在模拟过程中,可通过鼠标和键盘进行交互式操作,方便观测。
-
asyncAPI.zip
This sample illustrates the usage of CUDA events for both GPU timing and
* overlapping CPU and GPU execution.
-
cuda_matmult_opt.zip
CUDA matrix multiplication
3 different optimization schemes are included
(loop unrolling, data prefetching, thread granularity)
-
cuda_reduce.zip
cuda sum reduction with loop unrolling and bank-conflict avoided
-