Skip to content

Commit 68910e6

Browse files
Fix CuArrays.jl link
1 parent b6d94be commit 68910e6

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)