We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48e9f commit 55ab273Copy full SHA for 55ab273
README.md
@@ -11,6 +11,7 @@ DeviceSparseArrays.jl is a Julia package that provides backend-agnostic sparse a
11
- GPU (using [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl), [AMDGPU.jl](https://github.com/JuliaGPU/AMDGPU.jl), [oneAPI.jl](https://github.com/JuliaGPU/oneAPI.jl), [Metal.jl](https://github.com/JuliaGPU/Metal.jl), etc.)
12
- [DistributedArrays.jl](https://github.com/JuliaParallel/DistributedArrays.jl) (for distributed computing)
13
- [Dagger.jl](https://github.com/JuliaParallel/Dagger.jl) (for task parallelism)
14
+- [CuNumeric.jl](https://github.com/JuliaLegate/cuNumeric.jl) (for distributed GPU computing)
15
- [Reactant.jl](https://github.com/EnzymeAD/Reactant.jl) (for XLA acceleration)
16
- [StaticArrays.jl](https://github.com/JuliaArrays/StaticArrays.jl) (for small, stack-allocated arrays)
17
- [FixedSizeArrays.jl](https://github.com/JuliaArrays/FixedSizeArrays.jl) (for arrays with statically known sizes)
0 commit comments