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

UndefVarError: backend not defined in GPUArrays #2564

Open
CarloLucibello opened this issue Nov 26, 2024 · 1 comment
Open

UndefVarError: backend not defined in GPUArrays #2564

CarloLucibello opened this issue Nov 26, 2024 · 1 comment

Comments

@CarloLucibello
Copy link
Contributor

CarloLucibello commented Nov 26, 2024

We are seeing in Flux's cuda CI runs a UndefVarError: backend not defined in GPUArrays error
https://buildkite.com/julialang/flux-dot-jl/builds/5197#0193677c-c51b-46fe-b985-d393adee576f/375-655
Possibly it is a GPUArrays v10.3 problem, but posting here since I think current CUDA.jl release is blocking the upgrade to GPUArrays v11. Can we tag a new CUDA.jl release?

@maleadt
Copy link
Member

maleadt commented Nov 26, 2024

Can we tag a new CUDA.jl release?

Not right now, no. It will take a couple of weeks, or longer, to iron out the performance issues resulting from the move to KA.jl.

UndefVarError: backend not defined in GPUArrays

The backend function was removed from GPUArrays v11 / GPUArraysCore v0.2. How did you end up with these versions installed? The latest CUDA.jl does explicitly not support this version:

GPUArrays = "10.0.1"

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

No branches or pull requests

2 participants