Skip to content

Commit

Permalink
Remove mention of GPUifyLoops.jl (#30)
Browse files Browse the repository at this point in the history
The repo has been archived.
  • Loading branch information
Moelf authored Feb 6, 2023
1 parent a4b6707 commit 480a145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ capabilities. A few noteworthy examples are:
- [Flux.jl](https://github.com/FluxML/Flux.jl) library for machine-learning
- [Oceananigans.jl](https://github.com/climate-machine/Oceananigans.jl) to accelerate a non-hydrostatic ocean modeling application
- [Yao.jl](https://github.com/QuantumBFS/Yao.jl) framework for quantum information research
- [GPUifyLoops.jl](https://github.com/vchuravy/GPUifyLoops.jl/) and [KernelAbstractions.jl](https://github.com/JuliaGPU/KernelAbstractions.jl) for working with CPUs and GPUs alike using vendor-neutral abstractions
- [KernelAbstractions.jl](https://github.com/JuliaGPU/KernelAbstractions.jl) for working with CPUs and GPUs alike using vendor-neutral abstractions
- [GemmKernels.jl](https://github.com/JuliaGPU/GemmKernels.jl) providing flexible and performant GEMM kernels

Many other Julia applications and libraries can be used with GPUs, too: By means of GPU-specific array types like CuArray from CUDA.jl or ROCArray from AMDGPU.jl, existing software that uses the Julia array interfaces can often be executed as-is on a GPU.
Expand Down

0 comments on commit 480a145

Please sign in to comment.