Backport "Drop CuPy pre-13.6.0 logic & fix CuPy 14 compatibility" to 26.02#1037
Merged
jameslamb merged 1 commit intorelease/26.02from Mar 4, 2026
Merged
Backport "Drop CuPy pre-13.6.0 logic & fix CuPy 14 compatibility" to 26.02#1037jameslamb merged 1 commit intorelease/26.02from
jameslamb merged 1 commit intorelease/26.02from
Conversation
…26.02 (#1036) Backports PR: * #1031 From that PR's description > > Fixes #1030 > > As part of the upgrade to CUDA 13.0, RAPIDS also updated to CuPy 13.6.0 as a minimum. Therefore the workarounds for CuPy 13.3.0 and earlier do not apply. So clean them up. > > Should add this same cleanup is needed for CuPy 14 compatibility. So this fixes cuCIM to work with CuPy 14. > > Lastly CuPy 14.0.0 included a bug that affected some `__warningregistry__` resetting logic in cuCIM: #1031 (comment) > > This issue will be fixed in CuPy 14.0.1. So simply excluded CuPy 14.0.0 from the CuPy versions installable with cuCIM. > > Refs: > > * rapidsai/build-planning#208 > * #926 > * cupy/cupy#9704 Also picks up the following nightly CI test fix from earlier today: * #1035 --------- Co-authored-by: Gregory Lee <grelee@nvidia.com>
Member
Author
|
I've seen enough passing CI to be confident here (this is testing the exact same commit was tested in #1036, remember). Merging this so we don't have to wait for 2 more arm64 runners to get scheduled. |
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.
Following the new RAPIDS hotfix process (docs still in progress at rapidsai/docs#716), this backports the following changes to cuCIM 26.02:
See #1036 for more details.
Notes for Reviewers
Once this is merged, I'll release the new state of
release/26.02as cuCIM 26.02.01.