[PATCH] D141876: [AMDGPU] Tune scheduler on GFX10 and GFX11 for regions with spilling
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 22 22:26:05 PST 2023
kerbowa accepted this revision.
kerbowa added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:632
RegionEnd = Region.second;
+ S.KnownExcessRP = Stage->isRegionWithExcessRP();
+
----------------
Move to initGCNRegion?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141876/new/
https://reviews.llvm.org/D141876
More information about the llvm-commits
mailing list