-
Notifications
You must be signed in to change notification settings - Fork 46
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
Upgrade nvcomp to 4.0.1 #633
Conversation
URL form for nvcomp 4.0 has changed we need Likewise for x86 which is now |
Going to look at the changes required in rapids-cmake to support these new url strings later today |
…er CUDA version mapping Allows us to support download urls that have unique mappings per CUDA major version
More changes are required as the nvcomp 4.0 cmake package has a different set of files which needs to be patched for a proper install layout |
Waiting on https://github.com/rapidsai/cudf/pull/16076/files being ready to merge |
Blocked due to nvcomp now having a hard libcuda.so dependency. |
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.
One question, otherwise this looks good to me.
/merge |
Update the nvCOMP version used for compression/decompression to 4.0.1. See also: rapidsai/rapids-cmake#633 rapidsai/cudf#16076 Depends on #450. Authors: - Vukasin Milovanovic (https://github.com/vuule) - Bradley Dice (https://github.com/bdice) Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) - Bradley Dice (https://github.com/bdice) URL: #449
This PR bumps nvcomp to 4.0.1. Depends on: - conda-forge/nvcomp-feedstock#15 - rapidsai/rapids-cmake#633 - rapidsai/kvikio#449 Authors: - Vukasin Milovanovic (https://github.com/vuule) - Robert Maynard (https://github.com/robertmaynard) - Peixin (https://github.com/pxLi) - Bradley Dice (https://github.com/bdice) - Nghia Truong (https://github.com/ttnghia) Approvers: - Nghia Truong (https://github.com/ttnghia) - Bradley Dice (https://github.com/bdice) - Robert Maynard (https://github.com/robertmaynard) URL: #16076
Description
Upgrade to nvcomp 4.0. As part of that change we need to refactor the
nvcomp.cmake
to be aware of the new CMake files and targets that nvcomp generates.Checklist