lhutton1 opened a new pull request #5093: [RELAY] Codegen_c.h should include relay.function URL: https://github.com/apache/incubator-tvm/pull/5093 This prevents the build from failing when a 3rd party codegen includes codegen_c.h in its header file rather than in a source file. The reason this isn't an issue for dnnl, for example, is because the codegen class is declared in a source file. However, a 3rd party may have the codegen class declared in a header.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
