Skip to content

Commit

Permalink
Change CUDAnative to CUDA.jl in the README. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 26, 2020
1 parent 555a5ef commit d7fd4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ The package can be installed with the Julia package manager.
From the Julia REPL, type `]` to enter the Pkg REPL mode and run:

```
pkg> add CUDAnative
pkg> add CUDA
```

Or, equivalently, via the `Pkg` API:

```julia
julia> import Pkg; Pkg.add("CUDAnative")
julia> import Pkg; Pkg.add("CUDA")
```

For usage instructions and other information, please refer to the documentation at
Expand All @@ -53,5 +53,5 @@ forum](https://discourse.julialang.org/c/domain/gpu) under the GPU domain and/or
channel of the [Julia Slack](https://julialang.org/community/).

Contributions are very welcome, as are feature requests and suggestions. Please open an
[issue](https://github.com/JuliaGPU/CUDAnative.jl/issues) if you encounter any problems.
[issue](https://github.com/JuliaGPU/CUDA.jl/issues) if you encounter any problems.

0 comments on commit d7fd4f8

Please sign in to comment.