dnm: test wheel ci on cuda base#1548
Closed
gforsyth wants to merge 2 commits into
Closed
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test |
gforsyth
force-pushed
the
smaller_citestwheel
branch
from
July 9, 2026 19:26
4d99500 to
cc71600
Compare
Contributor
Author
|
/ok to test |
1 similar comment
Contributor
Author
|
/ok to test |
gforsyth
force-pushed
the
smaller_citestwheel
branch
from
July 9, 2026 22:20
e1adb1f to
0a1121e
Compare
Contributor
Author
|
/ok to test |
8 tasks
gforsyth
force-pushed
the
smaller_citestwheel
branch
from
July 10, 2026 13:53
0a1121e to
518e964
Compare
Contributor
Author
|
/ok to test |
8 tasks
rapids-bot Bot
pushed a commit
that referenced
this pull request
Jul 21, 2026
Testing a smaller base CI image for wheel tests in #1548 -- that image does not have cuda toolkit installed and we rely on installing all dependencies from wheels. In rapidsai/kvikio#1000 and rapidsai/kvikio#1003 we added handling for loading `cufile` from an installed wheel -- but we add that dependency to `libkvikio` wheels as `cuda-toolkit[cufile]` and there was no `cufile` extra available before `cuda-toolkit==12.6.3`, so for the testing setup here, we explicitly install `nvidia-cufile-cu12` for earlier versions of `cuda-toolkit` so that `libcufile` is available for tests. (cuOpt doesn't have a direct dependency on `cufile`, but instead is running into this in `libkvikio` via `pylibcudf`.) xref rapidsai/build-planning#143 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - Ramakrishna Prabhu (https://github.com/ramakrishnap-nv) - https://github.com/jakirkham URL: #1553
Contributor
Author
|
Done testing, thanks for riding along |
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.
xref rapidsai/build-planning#143
xref rapidsai/ci-imgs#400
xref rapidsai/shared-workflows#521
Test run using the smaller
cuda-baseimage as the parent image ofcitestwheelThis shouldn't be merged. If all projects can run wheel tests with this image, we'll swap out the image upstream in
shared-workflows.