PhilippvK edited a comment on issue #9036: URL: https://github.com/apache/tvm/issues/9036#issuecomment-923699688
@areusch Thanks for looking into this. As far as I know is BYOC in AoT only supported using the `packed` interface because there is currently no way to tell the BYOC wrapper code generation routine which interface it should use. My mentioned [test case](https://github.com/PhilippvK/tvm/blob/d20ddbd4a6b3a8f4aa5fc1bf467dc4f05c15bb1c/tests/python/relay/aot/test_crt_aot_bug.py#L40) is essentially a copy of [`test_byoc_microtvm`](https://github.com/apache/tvm/blob/44d3934be5d33590ba63139f9b756b05aec9d5c5/tests/python/relay/aot/test_crt_aot.py#L315) which forces: ``` use_unpacked_api = False interface_api = "packed" ``` I just replaced the definition of the relay functions and annotations. -- 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]
