[llvm] [AMDGPU] Optionally Use GCNRPTrackers during scheduling (PR #93090)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 06:01:08 PDT 2024


================
@@ -58,11 +58,17 @@ static cl::opt<bool>
                         "Wave Limited (amdgpu-limit-wave-threshold)."),
                cl::init(false));
 
+static cl::opt<bool> GCNTrackers(
+    "amdgpu-use-amdgpu-trackers", cl::Hidden,
----------------
arsenm wrote:

Needs some tests using this, where this shows a difference 

https://github.com/llvm/llvm-project/pull/93090


More information about the llvm-commits mailing list