Set memory pool from Python multi-GPU resource#1530
Set memory pool from Python multi-GPU resource#1530rapids-bot[bot] merged 7 commits intorapidsai:release/25.12from
Conversation
jinsolp
left a comment
There was a problem hiding this comment.
Thanks @viclafargue LGTM 👍
|
/merge |
Update to 26.02
Forward-merge release/25.12 into main
|
@cjnolet We noticed that this PR merged changes from Did you assume that all the changes currently in The issue is that when changes from We're planning to run Thanks! |
### Problem PR #1530 merged changes from `main` into `release/25.12` after burndown, which brought over version numbers targeting 26.02 instead of 25.12. ### Solution This PR corrects the version numbers by running `update-version.sh 25.12.00 --run-context=release` to ensure the `release/25.12` branch has the appropriate 25.12.00 version numbers. ### Background - After burndown, `main` branch targets 26.02 - PR #1530 was retargeted from `main` to `release/25.12`, after updating the PR with changes from `main`, inadvertently bringing `26.02` version numbers - This fix ensures release branch integrity by correcting version metadata ### Changes - Updated version numbers across all relevant files to 25.12.00 - No functional code changes
|
Version numbers have been reverted |
No description provided.