-
Notifications
You must be signed in to change notification settings - Fork 917
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's snappy decompressor in avro reader #9181
Use nvcomp's snappy decompressor in avro reader #9181
Conversation
Cmake changes (excluding changes needed in nvcomp's cmake) Replace cuIO's snappy compressor with nvcomp
…or rather than a hardcoded value
When writing statistics, there's not enough space allocated in chunk's compressed buffer. This results in the compressed buffer being written into another chunk's memory.
Decompression works and newly added pytest passes. Needs cleanup and benchmarking
And more cleanups
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.
Just a couple of small things.
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9181 +/- ##
===============================================
Coverage ? 10.89%
===============================================
Files ? 115
Lines ? 19087
Branches ? 0
===============================================
Hits ? 2080
Misses ? 17007
Partials ? 0 Continue to review full report at Codecov.
|
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 ops-codeowner
file changes
@gpucibot merge |
Depends on rapidsai/integration#352