areusch opened a new issue #10034: URL: https://github.com/apache/tvm/issues/10034
Currently, `AOTExecutor` only supports heterogeneous execution by leveraging `tir.call_extern` via BYOC. In order to properly model a heterogeneous environment (in particular, to model multiple disjoint memories and leverage #8404), `AOTExecutor` needs to formally support invoking the [Device API](https://github.com/apache/tvm/blob/main/include/tvm/runtime/device_api.h). It's currently not possible to do this from TIR via the AOT run-function. - [ ] Open a discuss forum post to debate how to properly model this in TIR, considering `VirtualDevice` - [ ] Write up a formal RFC - [ ] (yet TBD) -- 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]
