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

[Tuner] Add tests to account for runtime failures #811

Open
kuhar opened this issue Jan 10, 2025 · 0 comments
Open

[Tuner] Add tests to account for runtime failures #811

kuhar opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels

Comments

@kuhar
Copy link
Member

kuhar commented Jan 10, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants