Skip to content

Commit 62b38ca

Browse files
matborzyszkowskiZuul
authored andcommitted
Enable EnableBCR and VISAOptions flags for linux release
Change-Id: Ic0f300304e463d92cd91adaf3c6a3b40a5e995c3
1 parent 65d1ddc commit 62b38ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/common/igc_flags.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ DECLARE_IGC_REGKEY(bool, ForceNoMaskWA, false, "[tmp, testing] F
6060
DECLARE_IGC_REGKEY(DWORD,UnifiedSendCycle, 0, "Using unified send cycle.", false)
6161
DECLARE_IGC_REGKEY(DWORD,DisableMixMode, 0, "Disables mix mode in vISA BE.", false)
6262
DECLARE_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)
6464
DECLARE_IGC_REGKEY(DWORD,disableIGASyntax, false, "Disables GEN isa text output using IGA and new syntax.", false)
6565
DECLARE_IGC_REGKEY(DWORD,disableCompaction, false, "Disables compaction.", true)
6666
DECLARE_IGC_REGKEY(DWORD,TotalGRFNum, 0, "Total GRF used for register allocation.", false)
6767
DECLARE_IGC_REGKEY(DWORD,ReservedRegisterNum, 0, "Reserve regsiter number for spill cost testing.", false)
6868
DECLARE_IGC_REGKEY(DWORD, GRFNumToUse, 0, "Set the number of general registers to use (64 to totalGRFNum)", false)
6969
DECLARE_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)
7171
DECLARE_IGC_REGKEY(bool, EnableForceDebugSWSB, false, "Enable force debugging functionality for software scoreboard generation", true)
7272
DECLARE_IGC_REGKEY(DWORD,EnableSWSBInstStall, 0, "Enable force stall to specific(start) instruction start for software scoreboard generation", true)
7373
DECLARE_IGC_REGKEY(DWORD,EnableSWSBInstStallEnd, 0, "Enable force stall to end instruction for software scoreboard generation", true)

0 commit comments

Comments
 (0)