Mousius opened a new issue #8792: URL: https://github.com/apache/tvm/issues/8792
Currently the Interface API header is generated in Python: https://github.com/apache/tvm/blob/main/python/tvm/micro/interface_api.py And the source it references is generated in C++: https://github.com/apache/tvm/blob/main/src/target/source/source_module.cc#L237 This leads to re-implementing logic, such as name sanitising, in the two different languages. These should be consolidated to generating both header and source in C++. My opening suggestion for a file name is `src/target/source/interface_c.cc` 😸 See discussion here: https://github.com/apache/tvm/pull/8720 -- 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]
