Skip to content

Commit 2dc695b

Browse files
fftzengigcbot
authored andcommitted
disable FuseTypedWrite
1 parent 4509c04 commit 2dc695b

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
@@ -454,7 +454,7 @@ DECLARE_IGC_REGKEY(bool, ForceMixMode, false, "force enable mix mode even on pla
454454
DECLARE_IGC_REGKEY(bool, DisableFDIV, false, "Disable fdiv support", false)
455455
DECLARE_IGC_REGKEY(bool, EmulateFDIV, false, "Emulate fdiv instructions", false)
456456
DECLARE_IGC_REGKEY(bool, UpConvertF16Sampler, true, "up-convert fp16 sampler mesasge to return fp32", false)
457-
DECLARE_IGC_REGKEY(bool, FuseTypedWrite, true, "Enable fusing of simd8 typed write", false)
457+
DECLARE_IGC_REGKEY(bool, FuseTypedWrite, false, "Enable fusing of simd8 typed write", false)
458458
DECLARE_IGC_REGKEY(bool, EnableUndefAlphaOutputAsRed, true, "Output red for undefined alpha output", false)
459459
DECLARE_IGC_REGKEY(bool, EnableHalfPromotion, true, "Enable pass that replaces instructions using halfs with corresponding float counterparts for pre-SKL", false)
460460
DECLARE_IGC_REGKEY(bool, ForceHalfPromotion, false, "Force enable pass that replaces instructions using halfs with corresponding float counterparts", false)

0 commit comments

Comments
 (0)