shingjan commented on code in PR #11298:
URL: https://github.com/apache/tvm/pull/11298#discussion_r872891126


##########
python/tvm/meta_schedule/testing/custom_builder_runner.py:
##########
@@ -167,4 +167,4 @@ def run_module_via_rpc(
         rt_mod = session.load_module(filename)
         dev = session.device(dev_type=dev_type, dev_id=0)
         args = [ndarray.array(arg, dev) for arg in args]
-        return continuation(rt_mod, dev, *args)
+        return continuation(rt_mod, dev, args)

Review Comment:
   I did this for models with more than one inputs. It is true that it is not 
much of a difference. Will try and roll this back



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