Skip to content

Commit 9d35196

Browse files
Gang Y Chenigcbot
authored andcommitted
turn on selective-scalarizer flag
1 parent 559869c commit 9d35196

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
@@ -291,7 +291,7 @@ DECLARE_IGC_REGKEY(bool, DisableMemOpt2, false, "Disable MemOpt2"
291291
DECLARE_IGC_REGKEY(bool, DisablePreRAScheduler, false, "Disable Pre RA Scheduling", false)
292292
DECLARE_IGC_REGKEY(DWORD,MaxLiveOutThreshold, 0, "Max LiveOut Threshold in MemOpt2", false)
293293
DECLARE_IGC_REGKEY(bool, DisableScalarAtomics, false, "Disable the Scalar Atomics optimization", false)
294-
DECLARE_IGC_REGKEY(bool, EnableSelectiveScalarizer, false, "enable selective scalarizer on GPGPU path", true)
294+
DECLARE_IGC_REGKEY(bool, EnableSelectiveScalarizer, true, "enable selective scalarizer on GPGPU path", true)
295295
DECLARE_IGC_REGKEY(bool, HoistPSConstBufferValues, true, "Hoists up down converts for contant buffer accesses, so they an be vectorized more easily.", false)
296296
DECLARE_IGC_REGKEY(bool, EnableSingleVertexDispatch, false, "Vertex Shader Single Patch Dispatch Regkey", false)
297297
DECLARE_IGC_REGKEY(bool, allowLICM, true, "Enable LICM in IGC.", false)

0 commit comments

Comments
 (0)