CUDA Link Collection
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.
Minor Updates
There have been no updates for quite some time. Besides work there’s not much time to write articles. However I updated the blog under the hood as comment spam kept piling up. So now I’m driving akismet a spam filtering service created by Automattic. Hopefully this helps. I also optimized font-sizes throughout the blog for a more pleasant reading experience.
Furthermore the draft-posts keep getting more and more. Among others there’s some C++ stuff I’d like to share, some CUDA related code I wrote and a Science Fiction article that’s not quite finished. Hopefully some of this stuff will get published some time in the near future. Stay tuned!
Update: so far the askimet spam filtering service works great. No more spam! Hurray!