Created
July 9, 2012 19:27
-
-
Save arq5x/3078365 to your computer and use it in GitHub Desktop.
CUDA instructions for BITS paper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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