Skip to content

Commit ea9036a

Browse files
authored
Merge pull request #78 from ChrisRackauckas/patch-1
Fix CuArrays.jl link
2 parents b6d94be + 68910e6 commit ea9036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Abstract GPU Array package for Julia's various GPU backends.
1010
See it as a Julia Base.AbstractArray for GPUs.
11-
Currently, you either need to install [CLArrays](https://github.com/JuliaGPU/CLArrays.jl) or [CuArrays](https://github.com/JuliaGPU/CLArrays.jl) for a concrete implementation.
11+
Currently, you either need to install [CLArrays](https://github.com/JuliaGPU/CLArrays.jl) or [CuArrays](https://github.com/JuliaGPU/CuArrays.jl) for a concrete implementation.
1212

1313

1414
# Why another GPU array package in yet another language?

0 commit comments

Comments
 (0)