mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
For tests that TD prioritizes, we should track what their ordering _would have been_ if none of the TD heuristics had applied to it. This is useful for two reasons: 1. It lets us better understand TD may have contributed to that test running sooner 2. it's possible that heuristics actually mark a test as less important than the default sorting would have claimed (the default sorts tests in a fixed order). This will let us track how often that happens Pull Request resolved: https://github.com/pytorch/pytorch/pull/110031 Approved by: https://github.com/clee2000 |
||
|---|---|---|
| .. | ||
| target_determination | ||
| __init__.py | ||
| explicit_ci_jobs.py | ||
| modulefinder_determinator.py | ||
| test_selections.py | ||