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.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -598,9 +598,9 @@ DECLARE_IGC_REGKEY(bool, PartitionWithFastHybridRA, false, "Enable FastRA an
598
598
DECLARE_IGC_REGKEY(DWORD, UnitSizeThreshold, 3000, "Compilation unit size threshold", true)
599
599
DECLARE_IGC_REGKEY(bool, StaticProfilingForPartitioning, 0, "Enable static analysis in the partitioning algorithm.", true)
600
600
DECLARE_IGC_REGKEY(DWORD, PrintStaticProfilingForKernelSizeReduction, 0, "Print information about static anlaysis for partitioning", true)
601
-
DECLARE_IGC_REGKEY(DWORD, MetricForKernelSizeReduction, 4, "Set 1 to active a normal distribution, 2 a long-tail distribution, and 4 an average%", true)
601
+
DECLARE_IGC_REGKEY(DWORD, MetricForKernelSizeReduction, 2, "Set 1 to active a normal distribution, 2 a long-tail distribution, and 4 an average%", true)
602
602
DECLARE_IGC_REGKEY(bool, BlockFrequencySampling, true, "Use block frequencies to derive a distribution", true)
603
-
DECLARE_IGC_REGKEY(DWORD, ParameterForColdFuncThreshold, 1, "C/10-STD for a normal distribution / low K% for a long-tail distribution", true)
603
+
DECLARE_IGC_REGKEY(DWORD, ParameterForColdFuncThreshold, 80, "C/10-STD for a normal distribution / low K% for a long-tail distribution", true)
604
604
DECLARE_IGC_REGKEY(bool, ControlUnitSize, false, "Control compilation unit size by unit trimming", true)
605
605
DECLARE_IGC_REGKEY(DWORD, ExpandedUnitSizeThreshold, 50000, "Trimming target of compilation unit size", true)
606
606
DECLARE_IGC_REGKEY(DWORD, PrintControlUnitSize, 0, "Print information about unit trimming", true)
0 commit comments