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

Remove single-buffer compression codec APIs #5092

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Mar 30, 2022

nvcomp 2.2 removed the single-buffer compression/decompression APIs for LZ4. The compression codecs in the RAPIDS Accelerator provide an API for single-buffer compress/decompress, but they are not used. Only the batched APIs are needed, and those are still supported by nvcomp 2.2.

This removes the unused single-buffer compression/decompression APIs in the RAPIDS Accelerator which unblocks the removal of single-buffer codec bindings in cudf.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the Mar 21 - Apr 1 milestone Mar 30, 2022
@jlowe jlowe self-assigned this Mar 30, 2022
@jlowe
Copy link
Member Author

jlowe commented Mar 30, 2022

build

jbrennan333
jbrennan333 previously approved these changes Mar 30, 2022
Copy link
Collaborator

@jbrennan333 jbrennan333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 this looks good to me.

abellina
abellina previously approved these changes Mar 30, 2022
@jlowe jlowe dismissed stale reviews from abellina and jbrennan333 via 9995362 March 30, 2022 15:42
@jlowe
Copy link
Member Author

jlowe commented Mar 30, 2022

build

@jlowe
Copy link
Member Author

jlowe commented Mar 30, 2022

CI failed in a way that looked like somehow the Spark session was shut down during the tests. No idea how this happened, and I cannot reproduce locally.

@jlowe
Copy link
Member Author

jlowe commented Mar 30, 2022

build

@jlowe jlowe merged commit 4c63d56 into NVIDIA:branch-22.06 Mar 30, 2022
@jlowe jlowe deleted the rm-single-compress-api branch March 30, 2022 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants