Skip to content

Commit ea959a6

Browse files
authored
Update README.md
1 parent a17bbee commit ea959a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ Times in a table:
151151

152152
# Installation
153153

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.
155155
Please check that out first and see [pull #37](https://github.com/JuliaGPU/GPUArrays.jl/pull/37) for a list of new features.
156156

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.
160159
`Pkg.build("GPUArrays")` will pick those up and should include the working backends.
161160
So if your system configuration changes, make sure to run `Pkg.build("GPUArrays")` again.
162161
The rest should work automatically:
162+
163163
```Julia
164164
Pkg.add("GPUArrays")
165165
Pkg.build("GPUArrays") # should print out information about what backends are added

0 commit comments

Comments
 (0)