You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use rewriter methods instead of 'raw' IR manipulation. Bypassing the rewriter can lead to subtle bugs as listeners do not get notified.
Modify the insertion point and use a final topological sort to ensure the IR/graph order is valid, no matter how th einput orders are ordered and from which conv the recomposition starts.
Signed-off-by: Rickert, Jonas <[email protected]>
0 commit comments