File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
4141For this tutorial we will demonstrate the CUDA backend for NVIDIA GPUs, though any of the other GPUs can be
4242used by simply swapping out the ` backend ` choice.
You can’t perform that action at this time.
0 commit comments