Skip to content

Commit 709b429

Browse files
Update README.md
1 parent d937570 commit 709b429

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
@@ -36,7 +36,7 @@ SciML's GPU support extends to a wide array of hardware, including:
3636
| AMD | ROCm | [AMDGPU.jl](https://github.com/JuliaGPU/AMDGPU.jl) | `AMDGPU.ROCBackend()` |
3737
| Intel | OneAPI | [OneAPI.jl](https://github.com/JuliaGPU/oneAPI.jl) | `oneAPI.oneAPIBackend()` |
3838
| Apple (M-Series) | Metal | [Metal.jl](https://github.com/JuliaGPU/Metal.jl) | `Metal.MetalBackend()` |
39-
| CPU (for debugging) | OpenCL | [OpenCL.jl](https://github.com/JuliaGPU/OpenCL.jl) | `OpenCL.CLBackend()` |
39+
| CPU (fast kernels) | OpenCL | [OpenCL.jl](https://github.com/JuliaGPU/OpenCL.jl) | `OpenCL.CLBackend()` |
4040

4141
For this tutorial we will demonstrate the CUDA backend for NVIDIA GPUs, though any of the other GPUs can be
4242
used by simply swapping out the `backend` choice.

0 commit comments

Comments
 (0)