Hey all, heads up I'm taking a close look at the 'pass ordering' problem hiding 
in this RFC. That is, as written and prototyped, CollageFuseOps runs just 
before the current FuseOps so that it can 'see' rewrites which guide TVM's 
native fusion rules. However some of those rewrites are target specific, and 
some are very oriented towards TVM and would likely interfere with existing 
BYOC patterns and custom lowering function. So we want CollageFuseOps to run 
both before and after quite a few passes so somethings got to give. I'll see if 
I can put a clear strawman in place to address this.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/62#issuecomment-1069524854
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm-rfcs/pull/62/c1069524...@github.com>

Reply via email to