Skip to content
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

Merged
merged 42 commits into from
Sep 27, 2021

Conversation

devavret
Copy link
Contributor

@devavret devavret commented Sep 7, 2021

devavret added 27 commits May 7, 2021 17:26
Cmake changes (excluding changes needed in nvcomp's cmake)
Replace cuIO's snappy compressor with nvcomp
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
@devavret devavret requested review from a team as code owners September 7, 2021 12:03
@github-actions github-actions bot added the conda label Sep 14, 2021
@devavret devavret requested a review from a team as a code owner September 16, 2021 21:59
@github-actions github-actions bot removed the CMake CMake build issue label Sep 16, 2021
Copy link
Contributor

@nvdbaranec nvdbaranec left a 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.

cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/avro/reader_impl.cu Outdated Show resolved Hide resolved
@ajschmidt8
Copy link
Member

rerun tests

@codecov
Copy link

codecov bot commented Sep 21, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.12@0cf2c5f). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head ad66a24 differs from pull request most recent head 03a278b. Consider uploading reports for the commit 03a278b to get more accurate results
Impacted file tree graph

@@               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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cf2c5f...03a278b. Read the comment docs.

Copy link
Member

@ajschmidt8 ajschmidt8 left a 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

@devavret devavret changed the base branch from branch-21.10 to branch-21.12 September 22, 2021 18:50
@devavret
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 42ffe78 into rapidsai:branch-21.12 Sep 27, 2021
@vuule vuule added the cuIO cuIO issue label Sep 30, 2021
@vyasr vyasr added 4 - Needs Review Waiting for reviewer to review or respond and removed 4 - Needs cuIO Reviewer labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team 4 - Needs Review Waiting for reviewer to review or respond cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants