tkonolige opened a new pull request, #11423:
URL: https://github.com/apache/tvm/pull/11423

   Subexpression elimination used a comparison of each subexpression to every 
other subexpression to determine which to eliminate. This resulted in an O(N^2) 
algorithm that was slow when there were many LetStmts. Instead we now hash each 
subexpression and compare the hashes. We reuse structual hashing without 
remapping free variables to uniquely
   determine each subexpression.
   
   @masahi @FranckQC 
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to