CUDAOn 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 |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|