Here’s a list of CUDA related things on the web. CUDA stands for Compute Unified Device Architecture and is a GPGPU technology created by NVIDIA that allows a programmer to use the C programming language to code algorithms for execution on the GPU. The official website can be found here.
Update: NVIDIA introduced the new CUDA Zone website: http://www.nvidia.com/cuda a convenient way to access everything related to CUDA.
- Releases
- Discussion
- Tools
- CUDA Occupancy Calculator – a tool that helps to choose the kernel size
- Decuda – disassembler and assembler for the CUDA binary (.cubin) format by Wladimir van der Laan
- MATLAB plugin for CUDA
- Libraries
- CUDPP – the CUDA Data-Parallel Primitives Library
- CUFFT – a FFT library on CUDA (available in the SDK)
- CUBLAS – the BLAS implementation on CUDA (available in the SDK)
- Code Samples
- Benchmarks
- FFT Benchmark with results for various cards
- Documentation – official
- Documentation – other
- Programming Massively Parallel Processors course at University of Illinois
- Siggraph 2007 GPGPU course slides: Introduction and Performance
- CUDA 1.1. Preview Slides
- CUDA Tutorial at Supercomputing 2007 Slides
- Buy CUDA Hardware
If you happen to know more CUDA related links (e.g. projects that use CUDA) feel free to leave a comment.