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
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:
We are seeing in Flux's cuda CI runs a
UndefVarError: backend not defined in GPUArrays
errorhttps://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?
The text was updated successfully, but these errors were encountered: