Skip to content

Commit 7c7dcfe

Browse files
jaladreipsigcbot
authored andcommitted
Add an AdHoc regkey for experiments
Add an AdHoc regkey for experiments
1 parent 157431a commit 7c7dcfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ DECLARE_IGC_REGKEY(bool, BufferBoundsChecking, false, "Setting this to
476476
DECLARE_IGC_REGKEY(DWORD, MinimumValidAddress, 0, "If it's greater than 0, it enables minimal valid address checking where the threshold is the given value (in hex).", true)
477477
DECLARE_IGC_REGKEY(bool, AssignZeroToUndefPhiNodes, false, "Assigns a null value to such a phi node which has an undefined value during emitting vISA", false)
478478
DECLARE_IGC_REGKEY_ENUM(InjectPrintfFlag, 0, "Inject printf debugging flag", INJECT_PRINTF_OPTIONS, true)
479+
DECLARE_IGC_REGKEY(DWORD, AdHoc, 0, "Unassigned debug key that can be used for experiments. Do not commit usages of this regkey", false)
479480

480481
DECLARE_IGC_GROUP("IGC Features")
481482
DECLARE_IGC_REGKEY(bool, EnableOCLSIMD16, true, "Enable OCL SIMD16 mode", true)

0 commit comments

Comments
 (0)