-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update nvcomp to 3.0.4 (includes API changes) #314
Update nvcomp to 3.0.4 (includes API changes) #314
Conversation
reverted set_scratch_allocators to at least see CI passing with nvcomp 3.0.4, even with missing API |
omg, there's more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, with two notes about future changes and how we will sort them out.
set(rapids-cmake-repo vuule/rapids-cmake) | ||
set(rapids-cmake-branch upgrade-nvcomp-3.0.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After rapidsai/rapids-cmake#451 is merged, revert these lines (before merging this PR).
set(rapids-cmake-repo vuule/rapids-cmake) | |
set(rapids-cmake-branch upgrade-nvcomp-3.0.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to commit this before merging. It's in #316.
@@ -18,7 +18,7 @@ jobs: | |||
- conda-python-build | |||
- conda-python-tests | |||
- docs-build | |||
- devcontainer | |||
# - devcontainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Devcontainer CI will have to remain disabled until cudf is updated with rapidsai/cudf#13815, due to the conflicting nvcomp
dependency which creates circular conflicts between cudf and kvikio.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @vuule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving since this was in draft before.
@madsbk Can you re-approve on behalf of Python codeowners? This was in draft so your prior approval won't count, I think. edit: Nevermind, it seems to have accepted your prior approval. |
/merge |
Accidentally didn't commit this change in #314.
Update the nvCOMP version used for compression/decompression to 3.0.4.
See also:
rapidsai/cudf#13815
rapidsai/rapids-cmake#451