You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/18 14:38:28 UTC

[GitHub] [incubator-tvm] lhutton1 opened a new pull request #5093: [RELAY] Codegen_c.h should include relay.function

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] zhiics commented on issue #5093: [RELAY] Codegen_c.h should include relay.function

Posted by GitBox <gi...@apache.org>.
zhiics commented on issue #5093: [RELAY] Codegen_c.h should include relay.function
URL: https://github.com/apache/incubator-tvm/pull/5093#issuecomment-600760095
 
 
   Thanks @lhutton1 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] zhiics merged pull request #5093: [RELAY] Codegen_c.h should include relay.function

Posted by GitBox <gi...@apache.org>.
zhiics merged pull request #5093: [RELAY] Codegen_c.h should include relay.function
URL: https://github.com/apache/incubator-tvm/pull/5093
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services