tqchen opened a new pull request #5309: [IR][TRANSFORM] Enable CopyOnWrite for 
passes.
URL: https://github.com/apache/incubator-tvm/pull/5309
 
 
   This PR enables the copy on write optimizations passes:
   - Enable COW for IRModule both TIR and relay passes.
   - Enabled COW for PrimFunc in TIR passes.
   
   Need more thoughts into whether/how to enable COW
   for relay::Function, due to some function passes depend
   on the presence of IRModule for context information,
   and the std::move of the related function to nullptr
   might affect the related behavior.
   

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