Update to numba-cuda>=0.16#462
Merged
rapids-bot[bot] merged 3 commits intorapidsai:branch-0.45from Jul 15, 2025
Merged
Conversation
bdice
approved these changes
Jul 15, 2025
TomAugspurger
approved these changes
Jul 15, 2025
Member
Author
|
/merge |
Member
Author
|
I've preemptively triggered an auto-merge, without this PR many of our projects that test Dask+UCXX will fail nightlies because of the change to numba-cuda=0.16 that had some breaking API changes. @jakirkham if you're still around would appreciate if you could approve this on behalf of |
TomAugspurger
approved these changes
Jul 15, 2025
Contributor
|
Gil got me added to |
rapids-bot bot
pushed a commit
that referenced
this pull request
Jul 16, 2025
In #462 the Numba dependency was adjusted for `numba-cuda>=0.16`, but the `numba-cuda` package in PyPI is a metapackage while the required one is `numba-cuda[cu12]`. This change fixes the dependency for wheels installs. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Bradley Dice (https://github.com/bdice) URL: #463
rapids-bot bot
pushed a commit
to rapidsai/rapids-dask-dependency
that referenced
this pull request
Jul 16, 2025
This change applies rapidsai/ucxx#462 to the `protocol="ucx-old"` patch, without which Dask+UCX-Py tests currently fail. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Tom Augspurger (https://github.com/TomAugspurger) URL: #118
rapids-bot bot
pushed a commit
that referenced
this pull request
Jul 17, 2025
- Partially reverts #462. - Use numba-cuda>=0.15.2,<0.16 We are investigating an issue where the new CUDA bindings in numba-cuda 0.16 cause segfaults, blocking our CI. This temporarily downgrades to numba-cuda >=0.15.2,<0.16 until a fix can be made. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #466
rapids-bot bot
pushed a commit
that referenced
this pull request
Aug 8, 2025
The `numba-cuda` package was made a dependency in #462, but the conda recipe was missed. Authors: - Peter Andreas Entschev (https://github.com/pentschev) - Bradley Dice (https://github.com/bdice) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - James Lamb (https://github.com/jameslamb) - Bradley Dice (https://github.com/bdice) URL: #481
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to numba-cuda>=0.16 to match cuDF, and update stream synchronization code in distributed-ucxx.
Closes rapidsai/dask-upstream-testing#71.