make partial export failure not stop cuda benchmark#15939
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15939
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit 0ce31d4 with merge base 3ef13a3 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Before: When running CUDA benchmarks on multiple models, any model export failure would halt the entire benchmark job. After: With the new configuration, the benchmark job will continue for models that export successfully, even if some models fail to export.
Before:
When running CUDA benchmarks on multiple models, any model export failure would halt the entire benchmark job.
After:
With the new configuration, the benchmark job will continue for models that export successfully, even if some models fail to export.