mikepapadim opened a new pull request #9628:
URL: https://github.com/apache/tvm/pull/9628


   This is a WIP of reproducing the functionality of the fuse_ops pass by using 
the pattern language instead. 
   
   The main goal is to replace the legacy fuse_ops with a cleaner and easier to 
maintain pass.
   Also, we want to be able to extend it with pattern selection based on 
specific targets.
   
   This MVP currently showcases the following patterns:
   * Max number of elemwise ops that can be fused together.
   * kOutEWiseFusable -> Broadcast* -> Elemwise
   
   
   This is a draft as I am still migrating patterns from other branches and 
assertions for IR structural equality are missing.
   @mbs-octoml @electriclilies @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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to