altanh opened a new pull request #8318:
URL: https://github.com/apache/tvm/pull/8318


   Tuples constructions and projections were not handled correctly (in 
particular, they were not reconstructed using the let bindings of their inputs) 
which led to expression duplication. Often the CSE pass is able to eliminate 
this erroneous duplication when first-order AD was paired with ToGNF but 
sometimes it can't (which we observed in BERT training, leading to many 
duplicated matmuls).
   
   cc @MarisaKirisame @jroesch 
   


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