yongwww commented on issue #15101: URL: https://github.com/apache/tvm/issues/15101#issuecomment-1731847025
@qelk123 great question!!! currently relax.build doesn't support multiple targets. I have a pr to enable this e2e test case, the pr is supposed to be up in the coming days (hopefully by end of this week). What we plan to do in Relax is: - use the target information defined in vdevice list of global_infos of ir_module, then we don't need to feed a list/dict of targets to relax.build. - modify tvm.build to lower the TIR based on the target attribute of the prim_func. - update relax virtual machine to accept multiple devices. -- 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]
