Skip to content

Commit d0e3e4e

Browse files
tmparkigcbot
authored andcommitted
Turn on SPGT without size contribution optimization
Turn on SPGT without size contribution optimization
1 parent 3c9297c commit d0e3e4e

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
@@ -600,7 +600,7 @@ DECLARE_IGC_REGKEY(DWORD, PrintFunctionSizeAnalysis, 0, "Print analysis data
600600
DECLARE_IGC_REGKEY(DWORD, SubroutineThreshold, 110000, "Minimal kernel size to enable subroutines", false)
601601
DECLARE_IGC_REGKEY(DWORD, SubroutineInlinerThreshold, 3000, "Subroutine inliner threshold", false)
602602
DECLARE_IGC_REGKEY(bool, ControlKernelTotalSize, true, "Control kernel total size", true)
603-
DECLARE_IGC_REGKEY(bool, StaticProfileGuidedTrimming, false, "Enable static analysis in the kernel trimming", true)
603+
DECLARE_IGC_REGKEY(bool, StaticProfileGuidedTrimming, true, "Enable static analysis in the kernel trimming", true)
604604
DECLARE_IGC_REGKEY(debugString, SelectiveTrimming, 0, "Choose a specific function to trim", true)
605605
DECLARE_IGC_REGKEY(bool, EnableGreedyTrimming, false, "Find the optimal set of functions to trim", true)
606606
DECLARE_IGC_REGKEY(bool, SkipTrimmingOneCopyFunction, false, "Don't trim a function whose size contribution is no more than its size", true)

0 commit comments

Comments
 (0)