Skip to content

[Tracking][Contrib] Known failing unit tests #8901

Description

@Lunderberg

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontend:coremlpython/tvm/relay/frontend/coreml.py

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions