Skip to content

Commit 159fe42

Browse files
harshaduntwalesys_zuul
authored andcommitted
Internal Fix
Change-Id: Ica312b7f048f9d6d420384d874fe5930ccfa496a
1 parent 2bd16e9 commit 159fe42

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
@@ -186,7 +186,7 @@ DECLARE_IGC_REGKEY(bool, EnableSplitUnalignedVector, true, "Enable Splitti
186186
DECLARE_IGC_REGKEY(bool, DisableFDivReassociation, false, "Disable reassociation for Fdiv operations to avoid precision difference", false)
187187

188188
DECLARE_IGC_GROUP("Shader debugging")
189-
DECLARE_IGC_REGKEY(bool, ShaderDebugHashCodeInKernel, true, "Append hash code to the binary", false)
189+
DECLARE_IGC_REGKEY(bool, ShaderDebugHashCodeInKernel, false, "Append hash code to the binary", false)
190190
DECLARE_IGC_REGKEY(int, ShaderDebugHashCode, 0, "The driver will set a breakpoint in the first instruction of the shader which has the provided hash code.\
191191
It works only when the value is different then 0 and SystemThreadEnable is set to TRUE.\
192192
Ex: VS_asm2df26246434553ad_nos0000000000000000 , only the LowPart Need \

0 commit comments

Comments
 (0)