[PATCH] D139710: [AMDGPU] MachineScheduler: schedule execution metric added for the UnclusteredHighRPStage
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 07:43:11 PST 2022
vpykhtin added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:945
+ unsigned SumBubbles = 0;
+ DenseMap<MachineInstr *, unsigned> Model;
+ unsigned CurrCycle = 0;
----------------
alex-t wrote:
> vpykhtin wrote:
> > Model -> ReadyCycles?
> What do you mean? Don't understand the question
Sorry, I mean rename Model to ReadyCycles
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139710/new/
https://reviews.llvm.org/D139710
More information about the llvm-commits
mailing list