Update gpu.md

This commit is contained in:
susabi 2019-01-11 15:57:54 +11:00 committed by GitHub
parent e13c6c1125
commit 3f62bc30b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ To get GPU support for NVIDIA graphics cards, you need to install `CuArrays.jl`
**Steps needed**
1. [NVIDIA Driver](http://www.nvidia.com/Download/index.aspx?lang=en-us)
2. [NVIDIA toolkit](https://developer.nvidia.com/cuda-downloads)
3. [NVIDIA cuDNN library](https://developer.nvidia.com/cudnn)
1. Install [NVIDIA Driver](http://www.nvidia.com/Download/index.aspx?lang=en-us)
2. Install [NVIDIA toolkit](https://developer.nvidia.com/cuda-downloads)
3. Install [NVIDIA cuDNN library](https://developer.nvidia.com/cudnn)
4. In Julia's terminal run `]add CuArrays`
5. In Julia's terminal run `]build CuArrays`
6. In Julia's terminal run `]build Flux`