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

FileUnit testStatusOwnerPR
test_tensorrt.pytest_dynamic_reshapeDONE#11203
test_tensorrt.pytest_alexnetDONE#11203
test_tensorrt.pytest_resnet18_v1DONE#11203
test_tensorrt.pytest_resnet18_v2DONE#11203
test_tensorrt.pytest_squeezenetDONE#11203
test_tensorrt.pytest_mobilenetDONE#11203
test_tensorrt.pytest_mobilenet_v2DONE#11203
test_tensorrt.pytest_vgg11DONE#11203
test_tensorrt.pytest_densenet121DONE#11203
test_tensorrt.pytest_dynamic_offloadDONE#11203
test_coreml_codegen.pytest_annotateTODO

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