tqchen opened a new issue #5210: [RELAY] Consolidate kExternalSymbol -> 
kGlobalSymbol
URL: https://github.com/apache/incubator-tvm/issues/5210
 
 
   As part of the unified IR effort, we introduced the kGlobalSymbol attribute 
to indicated the linker global symbol of PrimFunc 
https://github.com/apache/incubator-tvm/blob/master/include/tvm/ir/function.h#L235
   
   This name is largely overlaps with the kExternalSymbol in the current relay 
custom compiler pass. It would be great to see if we can consolidate the two 
concepts by simply use kGlobalSymbol

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

Reply via email to