Skip to content

Commit 8d8eb6b

Browse files
pmochockigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 212a526
Enabling URBPartialWritesPass by default Enabling URBPartialWritesPass by default
1 parent 381a484 commit 8d8eb6b

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
@@ -119,7 +119,7 @@ DECLARE_IGC_REGKEY(bool, UseHDCTypedReadForAllTextures, false, "Setting this to
119119
DECLARE_IGC_REGKEY(bool, UseHDCTypedReadForAllTypedBuffers, false, "Setting this to use HDC message rather than sampler ld for buffer read", false)
120120
DECLARE_IGC_REGKEY(bool, DisableUniformTypedAccess, false, "Setting this will disable uniform typed access handling", false)
121121
DECLARE_IGC_REGKEY(bool, DisableURBWriteMerge, false, "Setting this to 1/true adds a compiler switch to disable URB write merge", false)
122-
DECLARE_IGC_REGKEY(bool, DisableURBPartialWritesPass, false, "Disable IGC pass that converts URB partial writes to full-mask writes.", false)
122+
DECLARE_IGC_REGKEY(bool, DisableURBPartialWritesPass, true, "Disable IGC pass that converts URB partial writes to full-mask writes.", false)
123123
DECLARE_IGC_REGKEY(DWORD, SetURBFullWriteGranularity, 0, "Overrides the minimum access granularity for URB full writes.\
124124
Valid values are 0, 16 and 32, value 0 means use default for the platform.", true)
125125
DECLARE_IGC_REGKEY(bool, DisableMatchFloor, false, "Setting this to 1/true adds a compiler switch to disable sub-frc = floor optimization", false)

0 commit comments

Comments
 (0)