mkatanbaf commented on code in PR #13514:
URL: https://github.com/apache/tvm/pull/13514#discussion_r1044937464


##########
python/tvm/meta_schedule/relay_integration.py:
##########
@@ -385,7 +401,9 @@ def compile_relay(
                 config=pass_config,
             ):
                 if backend == "graph":
-                    return relay.build(mod, target=target, params=params, 
executor=executor)
+                    return relay.build(
+                        mod, target=target, params=params, executor=executor, 
runtime=runtime

Review Comment:
   Again, I don't think it would affect other target usage, since the 
`Runtime("cpp")` is the default runtime in the `relay.build`. I'll wait for 
others to comment on this.



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