Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit eec78c4

Browse files
committed
cuda no longer supported on mac os
1 parent 0bc6ae8 commit eec78c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Installation.md

-6
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ the meantime, you may be able to run Ubuntu 18.04 toolchains on Ubuntu 20.04 usi
202202
$ export PATH=/Library/Developer/Toolchains/swift-latest/usr/bin:"${PATH}"
203203
```
204204

205-
7. **CUDA-only**: If you downloaded a CUDA GPU-enabled toolchain, add the library path(s) for CUDA and cuDNN to `$LD_LIBRARY_PATH`:
206-
207-
```console
208-
$ export LD_LIBRARY_PATH=/usr/local/cuda/lib:"${LD_LIBRARY_PATH}"
209-
```
210-
211205
## Linux
212206

213207
Packages for Linux are tar archives including a copy of the Swift compiler, lldb, and related tools. You can install them anywhere as long as the extracted tools are in your PATH.

0 commit comments

Comments
 (0)