Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move package extension from GPUArrays.jl to KernelAbstractions.jl #13

Open
nHackel opened this issue Jan 8, 2025 · 0 comments · May be fixed by #14
Open

Move package extension from GPUArrays.jl to KernelAbstractions.jl #13

nHackel opened this issue Jan 8, 2025 · 0 comments · May be fixed by #14

Comments

@nHackel
Copy link
Member

nHackel commented Jan 8, 2025

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
@nHackel nHackel linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant