-
Notifications
You must be signed in to change notification settings - Fork 920
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 for Snappy compression/decompression #9582
Use nvCOMP for Snappy compression/decompression #9582
Conversation
vuule
commented
Nov 2, 2021
- Use nvCOMP for Snappy compression/decompression by default.
- Change the environment variable naming to be consistent with GDS policy.
- Add detailed description of the behavior to the docs.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9582 +/- ##
================================================
- Coverage 10.79% 10.27% -0.52%
================================================
Files 116 117 +1
Lines 18869 20589 +1720
================================================
+ Hits 2036 2115 +79
- Misses 16833 18474 +1641
Continue to review full report at Codecov.
|
rerun tests |
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.
Overall looks good. I just think there's a mismatch between the documented values and the values actually used in the implementation.
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, just need to answer above queries.
…fea-nvcomp-default-use
rerun tests |
@gpucibot merge |