[libc-commits] [libc] [AMDGPU][MachineScheduler] Alternative way to control excess RP. (PR #68004)
Jeffrey Byrnes via libc-commits
libc-commits at lists.llvm.org
Fri Oct 20 13:24:33 PDT 2023
================
@@ -702,7 +702,7 @@ bool UnclusteredHighRPStage::initGCNSchedStage() {
if (!GCNSchedStage::initGCNSchedStage())
return false;
- if (DAG.RegionsWithHighRP.none() && DAG.RegionsWithExcessRP.none())
+ if (DAG.RegionsWithExcessRP.none())
----------------
jrbyrnes wrote:
What about regions that are close to the critical limit?
https://github.com/llvm/llvm-project/pull/68004
More information about the libc-commits
mailing list