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


##########
tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_int8.py:
##########
@@ -125,8 +142,8 @@ def tune_vrmpy_auto_tensorize(mod, params, 
hexagon_launcher):
             # num_trials_per_iter=32,
             # max_trials_per_task=128,
             # strategy="evolutionary",
-            builder=get_hexagon_local_builder(),
-            runner=get_hexagon_rpc_runner(hexagon_launcher, number=20),
+            builder=get_hexagon_local_builder(max_workers=num_threads),

Review Comment:
   I'm trying to come up with a name that should make it obvious that it is for 
tuning-time parallelism. 



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