Skip to content

Commit 1d7388f

Browse files
krystian-andrzejewskiigcbot
authored andcommitted
Merging larger chunks of uniform load instructions
This change is to enable merging larger chunks of uniform load instructions in MemOpt.
1 parent 6cbcca3 commit 1d7388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ DECLARE_IGC_REGKEY(bool, AdvCodeMotionControl, true, "Control bits to
567567
DECLARE_IGC_REGKEY(bool, EnableAdvRuntimeUnroll, true, "Enable advanced runtime unroll", false)
568568
DECLARE_IGC_REGKEY(DWORD, AdvRuntimeUnrollCount, 0, "Advanced runtime unroll count", false)
569569
DECLARE_IGC_REGKEY(bool, EnableAdvMemOpt, true, "Enable advanced memory optimization", false)
570-
DECLARE_IGC_REGKEY(bool, UniformMemOpt4OW, false, "increase uniform memory optimization from 2 owords to 4 owords", true)
570+
DECLARE_IGC_REGKEY(bool, UniformMemOpt4OW, true, "increase uniform memory optimization from 2 owords to 4 owords", true)
571571
DECLARE_IGC_REGKEY(bool, EnableFunctionPointer, true, "Enables support for function pointers and indirect calls", false)
572572
DECLARE_IGC_REGKEY(bool, EnableIndirectCallOptimization, true, "Enables inlining indirect calls by comparing function addresses", false)
573573
DECLARE_IGC_REGKEY(bool, EnableSIMDVariantCompilation, false, "Enables compiling kernels in variant SIMD sizes", false)

0 commit comments

Comments
 (0)