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

Add nvcomp LZ4 codec support #833

Merged
merged 5 commits into from
Sep 28, 2020
Merged

Add nvcomp LZ4 codec support #833

merged 5 commits into from
Sep 28, 2020

Conversation

jlowe
Copy link
Contributor

@jlowe jlowe commented Sep 23, 2020

This adds a table compression codec implementation backed by nvcomp LZ4.

This depends upon rapidsai/cudf#6301.

@jlowe jlowe added feature request New feature or request shuffle things that impact the shuffle plugin labels Sep 23, 2020
@jlowe jlowe added this to the Sep 14 - Sep 25 milestone Sep 23, 2020
@jlowe jlowe self-assigned this Sep 23, 2020
Signed-off-by: Jason Lowe <[email protected]>
@jlowe jlowe marked this pull request as ready for review September 25, 2020 21:09
@jlowe
Copy link
Contributor Author

jlowe commented Sep 25, 2020

build

@jlowe
Copy link
Contributor Author

jlowe commented Sep 28, 2020

build

@jlowe jlowe merged commit 1877c29 into NVIDIA:branch-0.3 Sep 28, 2020
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this pull request Nov 20, 2020
* Add nvcomp LZ4 codec support

Signed-off-by: Jason Lowe <[email protected]>

* Add lz4 to list of supported shuffle codecs

Signed-off-by: Jason Lowe <[email protected]>

* Add CUDA stream parameter to table compression APIs

Signed-off-by: Jason Lowe <[email protected]>

* Add compression output size sanity check

Signed-off-by: Jason Lowe <[email protected]>

* Add missing stream sync

Signed-off-by: Jason Lowe <[email protected]>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add nvcomp LZ4 codec support

Signed-off-by: Jason Lowe <[email protected]>

* Add lz4 to list of supported shuffle codecs

Signed-off-by: Jason Lowe <[email protected]>

* Add CUDA stream parameter to table compression APIs

Signed-off-by: Jason Lowe <[email protected]>

* Add compression output size sanity check

Signed-off-by: Jason Lowe <[email protected]>

* Add missing stream sync

Signed-off-by: Jason Lowe <[email protected]>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add nvcomp LZ4 codec support

Signed-off-by: Jason Lowe <[email protected]>

* Add lz4 to list of supported shuffle codecs

Signed-off-by: Jason Lowe <[email protected]>

* Add CUDA stream parameter to table compression APIs

Signed-off-by: Jason Lowe <[email protected]>

* Add compression output size sanity check

Signed-off-by: Jason Lowe <[email protected]>

* Add missing stream sync

Signed-off-by: Jason Lowe <[email protected]>
@jlowe jlowe deleted the shuffle-lz4 branch September 10, 2021 15:41
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request shuffle things that impact the shuffle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants