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

Bump deps #613

Merged
merged 9 commits into from
Nov 19, 2024
Merged

Bump deps #613

merged 9 commits into from
Nov 19, 2024

Conversation

pxl-th
Copy link
Member

@pxl-th pxl-th commented Nov 9, 2024

PR Checklist

  • Tests are added
  • Documentation, if applicable

@CarloLucibello
Copy link
Member

What's going on with all these failing tests?

@pxl-th
Copy link
Member Author

pxl-th commented Nov 10, 2024

Don't know for sure yet, but my guess is this is due to GPUArrays@11 which moved to KernelAbstractions for kernel backed.
I'll take a look in a bit

@pxl-th
Copy link
Member Author

pxl-th commented Nov 10, 2024

Needs JLArrays and ChainRules to include [email protected] compat bump in their releases to fix the errors. So let's wait for those.

@pxl-th pxl-th force-pushed the pxl-th/deps branch 3 times, most recently from 4cbe2df to 8b313b7 Compare November 11, 2024 11:43
@pxl-th
Copy link
Member Author

pxl-th commented Nov 14, 2024

Waiting on JuliaArrays/StructArrays.jl#317 as it blocks an update (direct dependency of ChainRules.jl)

@pxl-th
Copy link
Member Author

pxl-th commented Nov 18, 2024

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:

┌ Warning: Module GPUCompiler with build ID fafbfcfd-0ba2-0013-0007-a0064bea54e3 is missing from the cache.
│ This may mean GPUCompiler [61eb1bfa-7361-4325-ad38-22787b887f55] does not support precompilation but is imported by a module that does.
└ @ Base loading.jl:1948
┌ Warning: Module GPUArraysCore with build ID fafbfcfd-8fc1-a5dc-0007-a0067d2e04d5 is missing from the cache.
│ This may mean GPUArraysCore [46192b85-c4d5-4398-a991-12ede77f4527] does not support precompilation but is imported by a module that does.
└ @ Base loading.jl:1948

and it actually uses GPUArrays@11 thus all the errors.
Not sure how to fix it though

@pxl-th
Copy link
Member Author

pxl-th commented Nov 19, 2024

Should be good to go. All issues are fixed.

@pxl-th pxl-th merged commit 2ae295b into master Nov 19, 2024
12 of 13 checks passed
@pxl-th pxl-th deleted the pxl-th/deps branch November 19, 2024 22:12
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 this pull request may close these issues.

2 participants