Other languages
Computer Science
Meta
On Mac:
Snow Leopard 10.6.3 or higher required
Install driver and sdk: download
Sample code installs to:
/Developer/GPU Computing/C
In .profile:
export LD_LIBRARY_PATH=/usr/local/cuda/lib
export PATH=/usr/local/cuda/bin:$PATH
File endings:
.cu -- CUDA source
.cuh -- CUDA header
.cubin -- old-style compiled CUDA
.ptx -- new-style compiled CUDA
Compiler command:
nvcc --ptx foo.cu
This revision created on Tue, 13 Apr 2010 08:20:51 by erg