Lunderberg opened a new issue #8901:
URL: https://github.com/apache/tvm/issues/8901


   ### 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 (TODO: Update with PR number shortly) 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 | TODO   |       |    |
   | test_tensorrt.py       | test_alexnet         | TODO   |       |    |
   | test_tensorrt.py       | test_resnet18_v1     | TODO   |       |    |
   | test_tensorrt.py       | test_resnet18_v2     | TODO   |       |    |
   | test_tensorrt.py       | test_squeezenet      | TODO   |       |    |
   | test_tensorrt.py       | test_mobilenet       | TODO   |       |    |
   | test_tensorrt.py       | test_mobilenet_v2    | TODO   |       |    |
   | test_tensorrt.py       | test_vgg11           | TODO   |       |    |
   | test_tensorrt.py       | test_densenet121     | TODO   |       |    |
   | test_tensorrt.py       | test_dynamic_offload | TODO   |       |    |
   | test_coreml_codegen.py | test_annotate        | TODO   |       |    |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to