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
[Pipelining] make schedule.dump deterministic (#7294)
Lately I've been working on AMD's pipelining and I've been looking at
schedule dumps. They're great but unfortunately (due to `DenseMap`) not
deterministic. This PR makes `opToStageAndCluster` a `MapVector` instead
(which produces deterministic dumps).
0 commit comments