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


##########
tests/python/contrib/test_hexagon/test_meta_schedule.py:
##########
@@ -199,7 +199,7 @@ def schedule_dense_for_tune(sch):
 
             sch = ms.tune_tir(
                 mod=workload,
-                target=target,
+                target=get_hexagon_target("v68"),
                 config=config,

Review Comment:
   Please add this to the end of the file:
   
   ```
   if __name__ == "__main__":
       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