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:
[email protected]


Reply via email to