[ANN] oneAPI.jl v0.1 - Programming Intel GPUs with oneAPI

Hi all,

I’ve released the first version of oneAPI.jl, v0.1, a package for programming GPUs in Julia using the oneAPI toolkit. It has the same capabilities as other GPU programming packages like CUDA.jl and AMDGPU.jl, albeit not as polished an less optimized (for now). Read all about it on the JuliaGPU blog: https://juliagpu.org/2020-11-05-oneapi_0.1/

Note that this initial version only supports select Intel GPUs, requires Linux, and is only compatible with Julia 1.5. But I expect compatibility to improve in the future :slightly_smiling_face:

34 Likes