Skip to content

Commit

Permalink
Turn on static profile guided trimming with 80 percentile metric
Browse files Browse the repository at this point in the history
Turn on static profile guided trimming with 80 percentile metric
  • Loading branch information
tmpark authored and igcbot committed Aug 14, 2023
1 parent 33484d7 commit cfd3be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/common/igc_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ DECLARE_IGC_REGKEY(DWORD, PrintFunctionSizeAnalysis, 0, "Print analysis data
DECLARE_IGC_REGKEY(DWORD, SubroutineThreshold, 110000, "Minimal kernel size to enable subroutines", false)
DECLARE_IGC_REGKEY(DWORD, SubroutineInlinerThreshold, 3000, "Subroutine inliner threshold", false)
DECLARE_IGC_REGKEY(bool, ControlKernelTotalSize, true, "Control kernel total size", true)
DECLARE_IGC_REGKEY(bool, StaticProfilingForInliningTrimming, 0, "Enable static analysis in the kernel trimming", true)
DECLARE_IGC_REGKEY(bool, StaticProfilingForInliningTrimming, 1, "Enable static analysis in the kernel trimming", true)
DECLARE_IGC_REGKEY(debugString, SelectiveTrimming, 0, "Choose a specific function to trim", true)
DECLARE_IGC_REGKEY(bool, ControlInlineImplicitArgs, true, "Avoid trimming functions with implicit args", true)
DECLARE_IGC_REGKEY(DWORD, ControlInlineTinySize, 200, "Tiny function size for controlling kernel total size", true)
Expand Down

0 comments on commit cfd3be8

Please sign in to comment.