Skip to content

Commit 2a0be19

Browse files
youfengwupszymich
authored andcommitted
Revert SubroutineThreshold to 110000
Revert SubroutineThreshold to 110000
1 parent c9b1e30 commit 2a0be19

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
@@ -557,7 +557,7 @@ DECLARE_IGC_REGKEY(DWORD, ForceGroupSizeX, 8, "force group size alo
557557
DECLARE_IGC_REGKEY(DWORD, ForceGroupSizeY, 8, "force group size along Y", false)
558558
DECLARE_IGC_REGKEY(bool, EnableThreadCombiningWithNoSLM, false, "Enable thread combining opt for shader without SLM", false)
559559
DECLARE_IGC_REGKEY(DWORD, PrintFunctionSizeAnalysis, 0, "Print analysis data of function sizes", true)
560-
DECLARE_IGC_REGKEY(DWORD, SubroutineThreshold, 50000, "Minimal kernel size to enable subroutines", false)
560+
DECLARE_IGC_REGKEY(DWORD, SubroutineThreshold, 110000, "Minimal kernel size to enable subroutines", false)
561561
DECLARE_IGC_REGKEY(DWORD, SubroutineInlinerThreshold, 3000, "Subroutine inliner threshold", false)
562562
DECLARE_IGC_REGKEY(bool, ControlKernelTotalSize, true, "Control kernel total size", true)
563563
DECLARE_IGC_REGKEY(bool, ControlInlineImplicitArgs, true, "Avoid trimming functions with implicit args", true)

0 commit comments

Comments
 (0)