mbs-octoml commented on pull request #29: URL: https://github.com/apache/tvm-rfcs/pull/29#issuecomment-925141756
[sorry, finger flub, sent too early] @areusch Got it. Yes, the 'configuration' needs to be fully under the user's control. I think I'm suggesting we need to collect the executor, runtime and various targets under a single CompilerConfig structure and bind that into the IRModule. That means it's just a `mod.GetAttr<CompilerConfig>` away. Then I think I'll slightly pivot my target/device RFC into a 'handling multiple targets' RFC, and use the ComplierConfig as the carrier for what would replace the existing TargetMap and various defaulting conventions. Am I making sense? -- 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]
