[llvm] [AMDGPU] Add AMDGPU specific tryCandidate() (PR #114957)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 24 19:41:58 PST 2024
================
@@ -63,6 +63,10 @@ static cl::opt<bool> GCNTrackers(
cl::desc("Use the AMDGPU specific RPTrackers during scheduling"),
cl::init(false));
+static cl::opt<bool> UseAMDGPUScheduleHeuristic(
+ "amdgpu-use-amdgpu-schedule-heuristic", cl::Hidden,
----------------
ruiling wrote:
Thanks @kerbowa for the suggestion! I have make it a separate strategy.
https://github.com/llvm/llvm-project/pull/114957
More information about the llvm-commits
mailing list