Summary
Some unit tests were unintentionally disabled in CI, and so regressions weren't been caught. These tests didn't run on the ci_cpu image, because they lacked either GPU hardware or python packages required to run. They didn't run on the ci_gpu image, because they weren't marked with tvm.testing.uses_gpu. PR #8902 allows the tests to run, and marks tests with regressions as expected failures. These expected failures should be resolved to restore full functionality.
Status
| File | Unit test | Status | Owner | PR |
|---|
| test_tensorrt.py | test_dynamic_reshape | DONE | | #11203 |
| test_tensorrt.py | test_alexnet | DONE | | #11203 |
| test_tensorrt.py | test_resnet18_v1 | DONE | | #11203 |
| test_tensorrt.py | test_resnet18_v2 | DONE | | #11203 |
| test_tensorrt.py | test_squeezenet | DONE | | #11203 |
| test_tensorrt.py | test_mobilenet | DONE | | #11203 |
| test_tensorrt.py | test_mobilenet_v2 | DONE | | #11203 |
| test_tensorrt.py | test_vgg11 | DONE | | #11203 |
| test_tensorrt.py | test_densenet121 | DONE | | #11203 |
| test_tensorrt.py | test_dynamic_offload | DONE | | #11203 |
| test_coreml_codegen.py | test_annotate | TODO | | |
Summary
Some unit tests were unintentionally disabled in CI, and so regressions weren't been caught. These tests didn't run on the
ci_cpuimage, because they lacked either GPU hardware or python packages required to run. They didn't run on theci_gpuimage, because they weren't marked withtvm.testing.uses_gpu. PR #8902 allows the tests to run, and marks tests with regressions as expected failures. These expected failures should be resolved to restore full functionality.Status