Skip to content

Commit c66eccb

Browse files
mkariganZuul
authored and
Zuul
committed
Try enabling the FFID Workaround for TGLLP
Change-Id: Ie90b5f92b686979a7731ab1129fd2a9d1f4389ef
1 parent fcba69c commit c66eccb

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, false, "Force overwriting ffid in sr0.0", false)
289+
DECLARE_IGC_REGKEY(bool, ForceFFIDOverwrite, true, "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)