relax icon indicating copy to clipboard operation
relax copied to clipboard

[Bug][Hexagon] Relax Hexagon integration tests pass in simulator but fail on device

Open psrivas2 opened this issue 2 years ago • 2 comments

Relax Hexagon integration tests are failing on Hexagon device but passing in simulator.

Repro To repro you will need to have access to hexagon device.

Follow the instructions to compile TVM and setup to run hexagon tests.

./tests/scripts/task_python_hexagon.sh

Right now it gets stuck at

19:12:14 tests/python/contrib/test_hexagon/test_relax_integration.py::test_conv2d 19:12:14 [gw0] RERUN tests/python/contrib/test_hexagon/test_relax_integration.py::test_conv2d 19:12:14 tests/python/contrib/test_hexagon/test_relax_integration.py::test_conv2d 19:12:14 [gw0] RERUN tests/python/contrib/test_hexagon/test_relax_integration.py::test_conv2d 23:12:02 tests/python/contrib/test_hexagon/test_relax_integration.py::test_conv2d Sending interrupt signal to process 23:12:05 script returned exit code 143

psrivas2 avatar Aug 31 '22 19:08 psrivas2

Thanks for updating the bug @yongwww.

However, we have to keep this open because the #238 partially fixes the issue. Tests when run individually pass but fail when all of them run together using the command: pytest tests/python/contrib/test_hexagon/test_relax_integration.py. So further investigation is needed.

psrivas2 avatar Sep 01 '22 13:09 psrivas2

@psrivas2 oh sorry, I didn't notice that I closed it. Thanks for reopening it.

yongwww avatar Sep 01 '22 21:09 yongwww