csullivan commented on code in PR #11065:
URL: https://github.com/apache/tvm/pull/11065#discussion_r854409022


##########
tests/python/contrib/test_hexagon/conftest.py:
##########
@@ -202,3 +202,29 @@ def terminate_rpc_servers():
     yield []
     if serial == "simulator":
         os.system("ps ax | grep tvm_rpc_x86 | awk '{print $1}' | xargs kill")
+
+
+aot_host_target = tvm.testing.parameter(
+    "c",
+    "llvm -keys=hexagon -link-params=0 
-mattr=+hvxv68,+hvx-length128b,+hvx-qfloat,-hvx-ieee-fp -mcpu=hexagonv68 
-mtriple=hexagon",
+)
+
+
[email protected]()

Review Comment:
   ```suggestion
   @tvm.testing.fixture
   ```
   
   and similarly else where



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