Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurencedawson/1765480 to your computer and use it in GitHub Desktop.
Save laurencedawson/1765480 to your computer and use it in GitHub Desktop.
CUDA get and install SDK
# Grab the SDK direct from NVIDIA
wget http://developer.download.nvidia.com/compute/cuda/4_1/rel/sdk/gpucomputingsdk_4.1.28_linux.run
# Install the toolkit
sudo sh gpucomputingsdk_4.1.28_linux.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment