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
[AMD] Trim scheduleGlobalLoadLocalStore to focus on GlobalLoad in prologue (#6409)
The most of `scheduleGlobalLoadLocalStore`'s functionality has been
replaced by the stream pipeliner, so we would like to clean it up. But
moving up the global load ops in the prologue still improves the
performance, especially when there're multiple stages. So we trimmed
this pass to focus on prologue.
0 commit comments