giuseros commented on pull request #7785: URL: https://github.com/apache/tvm/pull/7785#issuecomment-829117394
Hi @areusch , Should we set for a middle ground solution? I moved back the python interface of `tvm.relay.build`, which now retrieves the executor from the target. The inner functions, though, still accept an `executor` parameter to be passed. In this way we maintain the code cleanness (no need to query the target from multiple places) but we preserve the external interface. What do you think? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
