Merge pull request #3646 from PeterisP/libcupti-documentation

Added libcupti path to Linux GPU support documentation
This commit is contained in:
zheng-xq 2016-08-05 08:31:26 -07:00 committed by GitHub
commit f49afa02c5

View File

@ -444,7 +444,7 @@ variables. Consider adding the commands below to your `~/.bash_profile`. These
assume your CUDA installation is in `/usr/local/cuda`:
```bash
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64"
export CUDA_HOME=/usr/local/cuda
```