[PATCH] D133731: [AMDGPU] Add Lower Bound to PipelineSolver
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 06:48:43 PST 2022
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
I know little about the scheduler but this seems reasonable
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp:794
+ LLVM_DEBUG(dbgs() << "Lower Bound on Pipeline Cost is " << StaticLowerBound
+ << "\n");
+ if (BestCost > StaticLowerBound) {
----------------
Single quotes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133731/new/
https://reviews.llvm.org/D133731
More information about the llvm-commits
mailing list