masahi commented on code in PR #12895:
URL: https://github.com/apache/tvm/pull/12895#discussion_r990002569


##########
tests/python/contrib/test_hexagon/test_meta_schedule.py:
##########
@@ -303,23 +309,20 @@ def test_vrmpy_dense_auto_tensorize(hexagon_launcher):
 
     if True:
         with tempfile.TemporaryDirectory() as work_dir:
-            config = ms.TuneConfig(
-                strategy="replay_trace",
+            target = get_hexagon_target("v68")
+            database = ms.tir_integration.tune_tir(

Review Comment:
   Two uses of `tune_tir` in this file have incorrect signature. I got the 
following errors:
   ```
   E               TypeError: tune_tir() got an unexpected keyword argument 
'sch_rules' 
   ```
   
   ```
   E             Check failed: (!checked_type.defined()) is false: Expected 
Map[meta_schedule.Mutator, FloatImm], but got Array
   ```



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