Skip to content

Commit 11af219

Browse files
jgu222igcbot
authored andcommitted
visa dce is on for igc by default.
1 parent 06040e4 commit 11af219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DECLARE_IGC_REGKEY(bool, EnableVISADotAll, false, "Enable VISA DotA
3434
DECLARE_IGC_REGKEY(bool, EnableVISADebug, false, "Runs VISA in debug mode, all optimizations disabled", false)
3535
DECLARE_IGC_REGKEY(DWORD, EnableVISAStructurizer, 1, "Enable/Disable VISA structurizer. See value defs in igc_flags.hpp.", false)
3636
DECLARE_IGC_REGKEY(bool, EnableVISAJmpi, true, "Enable/Disable VISA generating jmpi (scalar jump).", false)
37-
DECLARE_IGC_REGKEY(bool, EnableVISADCE, false, "Enable/Disable VISA DCE.", false)
37+
DECLARE_IGC_REGKEY(bool, EnableVISADCE, true, "Enable/Disable VISA DCE.", false)
3838
DECLARE_IGC_REGKEY(bool, ForceVISAStructurizer, false, "Force VISA structurizer for testing. Used on platforms in which we turns off SCF and use UCF by default", false)
3939
DECLARE_IGC_REGKEY(DWORD, NoMaskWA, 2, "Add NoMask WA using software-computed emask flag. Valid value: (two groups) \
4040
valid value: bit[1:0] : which BB to insert - 0(off), 1(divergent BB), \

0 commit comments

Comments
 (0)