Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.07 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.07 KB

GPUArrays

Reusable GPU array functionality for Julia's various GPU backends.

Documentation Build Status Coverage
PkgEval

This package is the counterpart of Julia's AbstractArray interface, but for GPU array types: It provides functionality and tooling to speed-up development of new GPU array types. This package is not intended for end users! Instead, you should use one of the packages that builds on GPUArrays.jl, such as CUDA.jl, oneAPI.jl, AMDGPU.jl, or Metal.jl.