-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Story: Dynamo Compile ImprovementsIssues relating to improvement of the Dynamo compile pathIssues relating to improvement of the Dynamo compile pathcomponent: dynamoIssues relating to the `torch.compile` or `torch._dynamo.export` pathsIssues relating to the `torch.compile` or `torch._dynamo.export` pathsfeature requestNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
Story: Dynamo Compile ImprovementsIssues relating to improvement of the Dynamo compile pathIssues relating to improvement of the Dynamo compile pathcomponent: dynamoIssues relating to the `torch.compile` or `torch._dynamo.export` pathsIssues relating to the `torch.compile` or `torch._dynamo.export` pathsfeature requestNew feature or requestNew feature or request