CUDA 5.5

CUDA 5.5

The articles in this blog use;
  1. CUDA 5.5 installation on Ubuntu 12.04 LTS
  2. Nvidia GEFORCE GT 630M, 2GB GPU
CUDA 5.5 is available as an Ubuntu installation, details can be found here; https://developer.nvidia.com/cuda-downloads.


Setting PATH for CUDA 5.5

export PATH=/usr/local/cuda-5.5/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib:$LD_LIBRARY_PATH

No comments:

Post a Comment