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

[FEA] Handle SplitAndRetryOOM for BatchedByKey goal in GpuCoalesceBatches #7778

Closed
Tracked by #8029
abellina opened this issue Feb 15, 2023 · 0 comments · Fixed by #8058
Closed
Tracked by #8029

[FEA] Handle SplitAndRetryOOM for BatchedByKey goal in GpuCoalesceBatches #7778

abellina opened this issue Feb 15, 2023 · 0 comments · Fixed by #8058
Assignees
Labels
reliability Features to improve reliability or bugs that severly impact the reliability of the plugin

Comments

@abellina
Copy link
Collaborator

For the BatchedByKey goal we are required to preserve that sets of keys stay within a batch (that no key is split between two batches). This fits with the split/merge approach for SplitAndRetryOOM and we should be able to produce smaller batches satisfying this requirement rather than OOMing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reliability Features to improve reliability or bugs that severly impact the reliability of the plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants