CUDA程序编译器nvcc用户手册,最新4.0版本,英文版
很实用,很全面的cuda编程资料,内付NV的底层介绍。
阐述了在CUDA中,使用share memory时所应注意的问题,例如blank conflict等,以及相应的解决方案。
NVIDIA提供的 CUDA计算统一设备架构编程指南
针对于GPU的基础学习
1D FFT基于CUDA的并行处理,适用于复数到实数的1D FFT
2D FFT基于CUDA的并行处理,适用于复数到复数的2D FFT
3D FFT基于CUDA的并行处理,适用于实数到复数的3D FFT
CUDA的配置与入门。
讲解如何配置环境
CUDA范例精解通用GPU编程CUDA by Example addresses the heart of the software development challenge by leveraging one of the most innovative and powerful solutions to the problem of programming the massivel
cuda programming nvidia official guider
a brief and detailed instruction, easy for beginner