Skip to content

Commit 510938c

Browse files
committed
[Autobackout][FuncReg]Revert of change: c66eccb
Try enabling the FFID Workaround for TGLLP Change-Id: I9cc3c40da030ca5b850b343b5a72d1af86ed9c37
1 parent c66eccb commit 510938c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ DECLARE_IGC_REGKEY(bool, EnableAdvMemOpt, true, "Enable advanced
286286
DECLARE_IGC_REGKEY(bool, UniformMemOptLimit, 0, "Limit of uniform memory optimization in bits", false)
287287
DECLARE_IGC_REGKEY(bool, EnableFunctionPointer, true, "Enables support for function pointers and indirect calls", false)
288288
DECLARE_IGC_REGKEY(bool, EnableIndirectCallOptimization, false, "Enables inlining indirect calls by comparing function addresses", false)
289-
DECLARE_IGC_REGKEY(bool, ForceFFIDOverwrite, true, "Force overwriting ffid in sr0.0", false)
289+
DECLARE_IGC_REGKEY(bool, ForceFFIDOverwrite, false, "Force overwriting ffid in sr0.0", false)
290290

291291
DECLARE_IGC_REGKEY(bool, EnableReadGTPinInput, true, "Enables setting GTPin context flags by reading the input to the compiler adapters", false)
292292

0 commit comments

Comments
 (0)