mehrdadh commented on code in PR #11737:
URL: https://github.com/apache/tvm/pull/11737#discussion_r898543760


##########
tests/python/contrib/test_hexagon/test_benchmark_elemwise_add.py:
##########
@@ -432,3 +422,7 @@ def test_elemwise_add(hexagon_launcher: HexagonLauncherRPC):
 
     if _BT.has_fail() > 0:
         pytest.fail("At least one benchmark configuration failed", 
pytrace=False)
+
+
+if __name__ == "__main__":
+    sys.exit(tvm.testing.main())

Review Comment:
   please change it to `tvm.testing.main()`



-- 
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