Merge pull request #520 from roberthoenig/patch-1
Correct CuArrays requirements.
This commit is contained in:
commit
aad4ec572e
@ -4,7 +4,7 @@ Support for array operations on other hardware backends, like GPUs, is provided
|
||||
|
||||
For example, we can use `CuArrays` (with the `cu` converter) to run our [basic example](models/basics.md) on an NVIDIA GPU.
|
||||
|
||||
(Note that you need to build Julia 0.6 from source and have CUDA available to use CuArrays – please see the [CUDAnative.jl](https://github.com/JuliaGPU/CUDAnative.jl) instructions for more details.)
|
||||
(Note that you need to have CUDA available to use CuArrays – please see the [CuArrays.jl (https://github.com/JuliaGPU/CuArrays.jl) instructions for more details.)
|
||||
|
||||
```julia
|
||||
using CuArrays
|
||||
|
Loading…
Reference in New Issue
Block a user