@@ -60,14 +60,14 @@ DECLARE_IGC_REGKEY(bool, ForceNoMaskWA, false, "[tmp, testing] F
6060DECLARE_IGC_REGKEY(DWORD,UnifiedSendCycle, 0, "Using unified send cycle.", false)
6161DECLARE_IGC_REGKEY(DWORD,DisableMixMode, 0, "Disables mix mode in vISA BE.", false)
6262DECLARE_IGC_REGKEY(DWORD,DisableHFMath, 0, "Disables HF math instructions.", false)
63- DECLARE_IGC_REGKEY(debugString, VISAOptions, 0, "Options to vISA. Space-separated options.", false )
63+ DECLARE_IGC_REGKEY(debugString, VISAOptions, 0, "Options to vISA. Space-separated options.", true )
6464DECLARE_IGC_REGKEY(DWORD,disableIGASyntax, false, "Disables GEN isa text output using IGA and new syntax.", false)
6565DECLARE_IGC_REGKEY(DWORD,disableCompaction, false, "Disables compaction.", true)
6666DECLARE_IGC_REGKEY(DWORD,TotalGRFNum, 0, "Total GRF used for register allocation.", false)
6767DECLARE_IGC_REGKEY(DWORD,ReservedRegisterNum, 0, "Reserve regsiter number for spill cost testing.", false)
6868DECLARE_IGC_REGKEY(DWORD, GRFNumToUse, 0, "Set the number of general registers to use (64 to totalGRFNum)", false)
6969DECLARE_IGC_REGKEY(bool, ExpandPlane, false, "Enable pln to mad macro expansion.", false)
70- DECLARE_IGC_REGKEY(bool, EnableBCR, false, "Enable bank conflict reduction.", false )
70+ DECLARE_IGC_REGKEY(bool, EnableBCR, false, "Enable bank conflict reduction.", true )
7171DECLARE_IGC_REGKEY(bool, EnableForceDebugSWSB, false, "Enable force debugging functionality for software scoreboard generation", true)
7272DECLARE_IGC_REGKEY(DWORD,EnableSWSBInstStall, 0, "Enable force stall to specific(start) instruction start for software scoreboard generation", true)
7373DECLARE_IGC_REGKEY(DWORD,EnableSWSBInstStallEnd, 0, "Enable force stall to end instruction for software scoreboard generation", true)
0 commit comments