Changes

Jump to navigation Jump to search
no edit summary
[[File:nvcc.png]]
*5. Downloaded cuDNNv7.1.4 for CUDA 9.0:
In order to download cuDNN, ensure you are registered for the NVIDIA Developer Program. Then Go to: NVIDIA cuDNN home page. -> Click Download. -> Complete the short survey and click Submit. -> Accept the Terms and Conditions. A list of available download versions of cuDNN displays. -> Select the cuDNN version you want to install. Chose the tar file.
*6. Install cuDNN: your CUDA directory path is referred to as
$ sudo chmod a+r /usr/local/cuda/include/cudnn.h
/usr/local/cuda/lib64/libcudnn*
*7. Did not need to install the GPU drivers because we already had the correct version.*8.Tried to install the libcupti-dev library with: sudo apt-get install cuda-command-line-tools-9-0but apparently it was already installed. (How surprising!)*9. Added the following path to the LD-LIBRARY_PATH environmental variable by accessing bash as per above: export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/local/cuda/extras/CUPTI/lib64*10.Did not install TensorRT 3.0
*'''Problem encountered''':
197

edits

Navigation menu