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