You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use the retry framework on GpuCoalesceBatches.
The scope for this is simple, if we are trying a coalesce and we would fail with RetryOOM today, we are now looking to retry it. For goals that are not splittable we will only retry right now, and not attempt to split. For the key batching goal we are also going to just retry without splitting.
I believe figuring out how to split for a TargetSize goal should be fairly simple and should be doable in this issue.
The text was updated successfully, but these errors were encountered:
abellina
changed the title
[FEA] Use Retry Framework in GpuCoalesceBatches
[FEA] Use Retry Framework in GpuCoalesceBatches for RetryOOM only
Feb 15, 2023
We would like to use the retry framework on
GpuCoalesceBatches
.The scope for this is simple, if we are trying a coalesce and we would fail with RetryOOM today, we are now looking to retry it. For goals that are not splittable we will only retry right now, and not attempt to split. For the key batching goal we are also going to just retry without splitting.
I believe figuring out how to split for a
TargetSize
goal should be fairly simple and should be doable in this issue.The text was updated successfully, but these errors were encountered: