You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest releases of GPUArrays.jl (see here) now internally uses KernelAbstractions.jl and dropped their "own" kernel language. To support latest release of CUDA, AMDGPU and so on, we should move the extension to KernelArrays.jl
I have to see if we can adapt the conditional code loading to keep the old kernels for older version of GPUArrays and vendor packages
Affected vendor packages:
CUDA.jl v5.6
Metal.jl v1.5
oneAPI.jl v2.0
AMDGPU.jl v1.1
The text was updated successfully, but these errors were encountered:
The latest releases of GPUArrays.jl (see here) now internally uses KernelAbstractions.jl and dropped their "own" kernel language. To support latest release of CUDA, AMDGPU and so on, we should move the extension to KernelArrays.jl
I have to see if we can adapt the conditional code loading to keep the old kernels for older version of GPUArrays and vendor packages
Affected vendor packages:
The text was updated successfully, but these errors were encountered: