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
[BACKEND] Cleanup IR after backward remat in RemoveLayoutConversions (triton-lang#5659)
Backward remat creates a lot of dummy convert ops that should be removed
before running the hosting phase otherwise we spend a lot of time
looking at dummy convert.
This doesn't change the result of the pass but it helps reduce compile
time and prevent combinatory explosion.
0 commit comments