[llvm] [AMDGPU] Add support for GFX12 expert scheduling mode 2 (PR #170319)
Stephen Thomas via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 2 08:26:13 PST 2025
================
@@ -63,6 +63,12 @@ static cl::opt<bool> ForceEmitZeroLoadFlag(
cl::desc("Force all waitcnt load counters to wait until 0"),
cl::init(false), cl::Hidden);
+static cl::opt<bool> SoftwareHazardModeFlag(
+ "amdgpu-software-hazard-mode",
----------------
stepthomas wrote:
I'm happy to have this renamed for consistency.
https://github.com/llvm/llvm-project/pull/170319
More information about the llvm-commits
mailing list