搜索资源列表
CUDA-with-GLOBAL-MEM-ON-SOBEL
- 用GPU做图像的Sobel边缘滤波算法,基于GPU的global memory 的CUDA算法。-Sobel Algorithm on GPU Global Memory with CUDA.
CUDA-with-SHARE-MEM-ON-SOBEL
- 用GPU做图像的Sobel边缘滤波算法,基于GPU的share memory 的CUDA算法。-Sobel Algorithm on GPU Share Memory with CUDA.
atomic-operations-on-share-mem
- GPU上共享内存上的原子操作问题。很典型的一个例子-atomic operations on share mem