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

[BUG] Support GPU slicing and compression for the normal Shuffle path #10841

Open
firestarman opened this issue May 20, 2024 · 0 comments · May be fixed by #10818
Open

[BUG] Support GPU slicing and compression for the normal Shuffle path #10841

firestarman opened this issue May 20, 2024 · 0 comments · May be fixed by #10818
Assignees
Labels
bug Something isn't working

Comments

@firestarman
Copy link
Collaborator

This is one of the sub tasks for issue #10790 .

The current code in Plugin only supports data slicing on CPU for the normal Shuffle path, and leverages the CPU codec to do partition compression.
This issue is to track the try of moving the slicing to GPU and supporting GPU compression to see if it can get any performance improvement, especially when working with Celeborn.

@firestarman firestarman added bug Something isn't working ? - Needs Triage Need team to review and classify labels May 20, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants