areusch commented on a change in pull request #8865:
URL: https://github.com/apache/tvm/pull/8865#discussion_r702297505
##########
File path: tests/python/unittest/test_target_codegen_hexagon.py
##########
@@ -107,7 +109,71 @@ def test_alloc_vtcm():
assert "HexagonBackendFreeVTCM" in calls
+def test_linked_params_codegen():
+ if not check_prereq_and_setup():
Review comment:
(also ok for a follow-up) do you mind migrating this to the pytest
decorator style and modifying the `__main__` invocation:
```
if __name__ == "__main__":
sys.exit(pytest.main([__file__] + sys.argv[1:]))
```
--
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]