Skip to content

Instantly share code, notes, and snippets.

@arq5x
Created July 9, 2012 19:27
Show Gist options
  • Save arq5x/3078365 to your computer and use it in GitHub Desktop.
Save arq5x/3078365 to your computer and use it in GitHub Desktop.
CUDA instructions for BITS paper
1. Download and install the CUDA toolkit.
- http://developer.nvidia.com/cuda-downloads
- For Mac, http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_macos.pkg
2. Download and install the CUDA drivers for you system.
- http://developer.nvidia.com/cuda-downloads
- For Mac, http://developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2.10_macos.dmg
3. Download and install the cudapp library
http://code.google.com/p/cudpp/
cd cudpp_src_2.0
cmake .
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment