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
Currently, the python benchmark sizes are set to run on 80GB machines. Hence, some tests may fail on devices with smaller available memory (#1608 (comment)).
As an alternative, we can look into skipping tests when we exceed the device capacity to avoid OOM errors.
The text was updated successfully, but these errors were encountered:
This is resolved by @jacobhinkle's PR #3252!
While we do not modify the input sizes based on the device capacity, this PR will skip tests that run into OOM errors.
Currently, the python benchmark sizes are set to run on 80GB machines. Hence, some tests may fail on devices with smaller available memory (#1608 (comment)).
As an alternative, we can look into skipping tests when we exceed the device capacity to avoid OOM errors.
The text was updated successfully, but these errors were encountered: