We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffbdfd commit b1ed27fCopy full SHA for b1ed27f
llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
@@ -38,11 +38,6 @@ using namespace llvm;
38
#include "AMDGPUGenSubtargetInfo.inc"
39
#undef AMDGPUSubtarget
40
41
-static cl::opt<bool>
42
- EnablePowerSched("amdgpu-enable-power-sched",
43
- cl::desc("Enable scheduling to minimize mAI power bursts"),
44
- cl::init(false));
45
-
46
static cl::opt<bool> EnableVGPRIndexMode(
47
"amdgpu-vgpr-index-mode",
48
cl::desc("Use GPR indexing mode instead of movrel for vector indexing"),
0 commit comments