I have Intel GPU so i can’t use CUDA.jl. Please improve the documentation of oneAPI.jl. I see that this oneAPI.jl documentation link is broken. How to use kernel?
I would suggest starting with writing kernels in KernelAbstractions.jl. I assume that in the long run, you don’t want to support Intel GPUs solely anyway. With KernelAbstractions.jl you can target CUDA, oneAPI, ROCm, and Metal together.
Yes, But KernelAbstractions.jl don’t have documentations to start with. Will KernelAbstractions.jl be slower than oneAPI.jl due to overhead of converting code etc.?