Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes authored Nov 1, 2017
1 parent bfc7762 commit 12269b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

CuArrays provides a fully-functional GPU array, which can give significant speedups over normal arrays without code changes. CuArrays are implemented fully in Julia, making the implementation [elegant and extremely generic](http://mikeinnes.github.io/2017/08/24/cudanative.html).

Note that you need to build Julia 0.6 from source and have CUDA available to use this package.
Note that you need to **build Julia 0.6 from source** and have CUDA available to use this package.

```julia
Pkg.add("CuArrays")
Expand Down

0 comments on commit 12269b8

Please sign in to comment.