-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use nvcomp conda package. #245
Conversation
This is probably blocked on rapidsai/cudf#13566 (comment), I will revisit this PR later but wanted to get the draft open for now. |
Thanks Bradley! 🙏 Do we need to do anything with |
Nope. No changes should be needed there. |
I verified that the Python build logs look correct. The conda output shows lines like |
/merge |
Thanks Bradley! 🙏 |
Description
This PR uses conda-forge packages of
nvcomp
rather than fetching a tarball. This means that the nvcomp binary should not be shipped in the kvikio conda package, but is instead listed as a dependency. This will reduce kvikio's conda package size.Resolves #242.