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
The tuner invokes external tools like iree-compile and iree-benchmark-module. These may time out or fail. We should make sure that these failures are handled gracefully so that we don't lose tuning progress. By 'gracefully' I mean not aborting and, instead, either using some placeholder values or retrying a few times.
To accomplish this goal, we should have a robust test suite that checks for these failure modes.
The text was updated successfully, but these errors were encountered:
The tuner invokes external tools like iree-compile and iree-benchmark-module. These may time out or fail. We should make sure that these failures are handled gracefully so that we don't lose tuning progress. By 'gracefully' I mean not aborting and, instead, either using some placeholder values or retrying a few times.
To accomplish this goal, we should have a robust test suite that checks for these failure modes.
The text was updated successfully, but these errors were encountered: