You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,15 +151,15 @@ Times in a table:
151
151
152
152
# Installation
153
153
154
-
Recently I added a lot of features and bug fixes to the master branch.
154
+
I recently added a lot of features and bug fixes to the master branch.
155
155
Please check that out first and see [pull #37](https://github.com/JuliaGPU/GPUArrays.jl/pull/37) for a list of new features.
156
156
157
-
For the cudanative backend, you need to install [CUDAnative.jl manually](https://github.com/JuliaGPU/CUDAnative.jl/#installation).
158
-
The cudanative backend only works on 0.6, while the other backends also support Julia 0.5.
159
-
Make sure to have CUDA and OpenCL driver installed correctly.
157
+
For the cudanative backend, you need to install [CUDAnative.jl manually](https://github.com/JuliaGPU/CUDAnative.jl/#installation) and it works only on osx + linux with a julia source build.
158
+
Make sure to have either CUDA and/or OpenCL drivers installed correctly.
160
159
`Pkg.build("GPUArrays")` will pick those up and should include the working backends.
161
160
So if your system configuration changes, make sure to run `Pkg.build("GPUArrays")` again.
162
161
The rest should work automatically:
162
+
163
163
```Julia
164
164
Pkg.add("GPUArrays")
165
165
Pkg.build("GPUArrays") # should print out information about what backends are added
0 commit comments