Skip to content

Commit

Permalink
nvcc path
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng authored Nov 17, 2023
1 parent 79fe031 commit 89f3db9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/linux/setup/ubuntu-3rd-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ sudo apt-get update
sudo apt-get -y install cuda
```

To add the CUDA compiler (`nvcc`) to the system `PATH`:

```sh "title=~/.profile"
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
```

### AMD and Intel open-source GPU driver (Mesa)

Install the latest Mesa open source GPU drivers from the [kisak PPA](https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa)
Expand Down

0 comments on commit 89f3db9

Please sign in to comment.