✨[Feature] Parallelize Dynamo Converter, Backend, E2E Tests in CI #2139
Labels
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
feature request
New feature or request
Story: Dynamo Compile Improvements
Issues relating to improvement of the Dynamo compile path
Context
Dynamo tests collectively take over an hour on PR #2070 due to the addition of many new converters. These tests can be parallelized in much the same way FX tests are, currently.
Proposal
Add parallelization to the Dynamo testing pipeline, similar to that which exists for FX. Begin with 4 parallel instances and split the tests from converters, backend, and e2e across those instances to speed up CI testing times.
The text was updated successfully, but these errors were encountered: