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 2021/02/01 03:36:18 UTC

[GitHub] [tvm] yhj050806 opened a new pull request #7383: fix duplicated symbol bug in external codegen

yhj050806 opened a new pull request #7383:
URL: https://github.com/apache/tvm/pull/7383


   the original purpose of the code is that the same symbol_name can only be registered once for each external codegen。
   
   but the actual result is that the name of symbol_name can’t be same with code_gen_name, for example, we can’t set global_symbol name with “ccompiler” for relay.ext.ccompiler.
   
   and the code logic is error, because cached_symbol.count(sn) is always 0, so the if sentence is always false。
   


----------------------------------------------------------------
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



[GitHub] [tvm] zhiics merged pull request #7383: fix duplicated symbol bug in external codegen

Posted by GitBox <gi...@apache.org>.
zhiics merged pull request #7383:
URL: https://github.com/apache/tvm/pull/7383


   


----------------------------------------------------------------
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