-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Bump deps #613
Bump deps #613
Conversation
What's going on with all these failing tests? |
Don't know for sure yet, but my guess is this is due to GPUArrays@11 which moved to KernelAbstractions for kernel backed. |
Needs |
4cbe2df
to
8b313b7
Compare
Waiting on JuliaArrays/StructArrays.jl#317 as it blocks an update (direct dependency of ChainRules.jl) |
The error with CUDA in buildkite CI is likely due to it initially installing GPUArrays@11, but then when reaching CUDA tests, it downgrades to GPUArrays@10 (because release of CUDA.jl does not yet include 11) and then this happens:
and it actually uses GPUArrays@11 thus all the errors. |
Should be good to go. All issues are fixed. |
1.10
in Buildkite CI (andnightly
for CUDA).lts
,1
andpre
in GitHub CI.0.2
.1.25
.PR Checklist