-
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
Update nvcomp to 2.3.3 #221
Conversation
Once I've tested against cudf we can make a final call on whether or not this gets into 22.08 |
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.
We should only activate this conditional for 2.3.2 :
https://github.com/robertmaynard/rapids-cmake/blob/1b29b2e4192f0c6e46416c711de4f7608f6f65e7/rapids-cmake/cpm/nvcomp.cmake#L98
@robertmaynard I think that I've done this correctly, but I'm not entirely familiar with how JSON parses into strings in CMake so let me know if there's an alternative comparison that would make sense here. Also, should we be doing something like |
Please re-target branch-22.10 |
@robertmaynard I think we are good to merge this now. rapidsai/cudf#11327 was the test that this upgrade would be safe. |
Drop the updates to RAPIDS.cmake and you can merge away! |
@gpucibot merge |
This PR updates nvcomp to version 2.3.3. Resolves #219