You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract GPU Array package for Julia's various GPU backends.
10
-
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/CuArrays.jl) for a concrete implementation.
15
+
This package is the counterpart of Julia's `Base.AbstractArray` interface, but
16
+
for GPU arary types. Currently, you either need to install
17
+
[CLArrays](https://github.com/JuliaGPU/CLArrays.jl) or
18
+
[CuArrays](https://github.com/JuliaGPU/CuArrays.jl) for a concrete
19
+
implementation.
12
20
13
21
14
22
# Why another GPU array package in yet another language?
0 commit comments