You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/common/igc_flags.def
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,8 +290,9 @@ DECLARE_IGC_REGKEY(bool, UniformMemOptLimit, false, "Limit of uniform
290
290
DECLARE_IGC_REGKEY(bool, EnableFunctionPointer, true, "Enables support for function pointers and indirect calls", false)
291
291
DECLARE_IGC_REGKEY(bool, EnableIndirectCallOptimization, false, "Enables inlining indirect calls by comparing function addresses", false)
292
292
DECLARE_IGC_REGKEY(bool, ForceFFIDOverwrite, false, "Force overwriting ffid in sr0.0", false)
293
-
294
293
DECLARE_IGC_REGKEY(bool, EnableReadGTPinInput, true, "Enables setting GTPin context flags by reading the input to the compiler adapters", false)
294
+
DECLARE_IGC_REGKEY(bool, EnableRuntimeFuncAttributePatching, false, "Creates a relocation entry to let runtime calculate the max call depth and patch required scratch space usage", true)
295
+
295
296
296
297
DECLARE_IGC_GROUP("Performance experiments")
297
298
DECLARE_IGC_REGKEY(bool, ForceNonCoherentStatelessBTI, false, "Enable gneeration of non cache coherent stateless messages", false)
0 commit comments