zhiics opened a new pull request #5094: [Relay][BYOCG] Propagate constant to 
subgraphs
URL: https://github.com/apache/incubator-tvm/pull/5094
 
 
   Currently, all constants are not propagated to the functions that will be 
handled by external codegen. This may cause some performance issue if a 
function is frequently used as you will need to pass the constants multiple 
times to accelerates. This PR binds the constants to the new functions and 
propagate them. As expected, this will need the 3rd-party codegen to handle the 
constants by themselves.
   
   @comaniac @mbaret @soiferj @trevor-m @tqchen 
   
   

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