infra: Add Torch 1.13.1 testing to nightly CI by gs-olive · Pull Request #1731 · pytorch/TensorRT (original) (raw)
Description
- Add testing for Torch 1.13.1 path in CI across both TS and FX compilation paths
- Disable
aten
tests for 1.13, to resolve Torch Dynamo import/functionality issues - Add parameter fields to CI to accomodate Torch 1.13.1 version
- Update
dispatch_tracer
function docstrings and imports to avoid naming issue withtorch._dynamo
vstorchdynamo
See this CI run for a sample of the 1.13.1 run results. Currently the only failing tests are test_conv_add_standalone_module
from the FX quantization path, and these failures may arise from API usage changes between 1.13 and 2.0.
The CI is now passing with the updates to the FX quantization path. See this CI run.
The following tests are disabled for the 1.13.1 CI workflow, due to Dynamo compatibility issues:
tracer/test_dispatch_tracer.py
tracer/test_resnet.py
tracer/test_resnet.py
converters/aten_op/*
Fixes #1716
Type of change
Please delete options that are not relevant and/or add your own.
- Infrastructure/CI Change
Checklist:
- [ x ] My code follows the style guidelines of this project (You can use the linters)
- [ x ] I have performed a self-review of my own code
- [ x ] I have commented my code, particularly in hard-to-understand areas and hacks
- [ x ] I have made corresponding changes to the documentation
- [ x ] I have added tests to verify my fix or my feature
- [ x ] New and existing unit tests pass locally with my changes
- [ x ] I have added the relevant labels to my PR in so that relevant reviewers are notified