[llvm] [AMDGPU] Add AMDGPU specific tryCandidate() (PR #114957)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 07:40:10 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,
----------------
arsenm wrote:
Name and description too general
Also it should be on by default, if an option at all
https://github.com/llvm/llvm-project/pull/114957
More information about the llvm-commits
mailing list