-
Notifications
You must be signed in to change notification settings - Fork 752
Arm backend: Run pytest model tests in parallell #13322
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
Conversation
Signed-off-by: Erik Lundell <[email protected]> Change-Id: Ifccccff659e7ce8f747d861e1c61942858bcdd35
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13322
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 df5ca62 with merge base 72580d2 ( 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. |
|
|
||
| # Run arm baremetal pytest tests without FVP | ||
| pytest --verbose --color=yes --durations=0 backends/arm/test/models | ||
| pytest --verbose --color=yes --numprocesses=auto --durations=0 backends/arm/test/models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always assumed it would do this automatically after reading worker related messages. but this is good, I didn't realize --dist=no by default.
Reduces time of pytest model jobs with ~50%. Upstream ci tested successfully 4 times, and easy to revert if it turns out to be flaky. Signed-off-by: Erik Lundell <[email protected]>
Reduces time of pytest model jobs with ~50%. Upstream ci tested successfully 4 times, and easy to revert if it turns out to be flaky.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218