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
DECLARE_IGC_REGKEY(DWORD, RetryRevertExcessiveSpillingKernelThreshold, 10000, "Sets the threshold for Retry Manager to know which kernel is considered as Excessive Spilling and applies different set of rules", false)
858
858
DECLARE_IGC_REGKEY(DWORD, RetryRevertExcessiveSpillingKernelCoefficient, 102, "Sets the coefficient for Retry Manager to know whether we should revert back to a previously compiled kernel", false)
859
859
DECLARE_IGC_REGKEY(DWORD, ForceSIMDRPELimit, 1000, "Cutoff value for register estimator, when higher than that kernel is switched to lower SIMD when possible", false)
860
-
DECLARE_IGC_REGKEY(DWORD, EarlyRetryRPEThreshold, 380, "Cutoff value for register estimation, when highter than that kernel skips first compilation stage and goes to retry immediately. Threshold is halved in case of default GRF.", false)
860
+
DECLARE_IGC_REGKEY(DWORD, EarlyRetryLargeGRFThreshold, 500, "Cutoff value for register estimation, when highter than that kernel skips first compilation stage and goes to retry immediately for large GRF.", false)
861
+
DECLARE_IGC_REGKEY(DWORD, EarlyRetryDefaultGRFThreshold, 190, "Cutoff value for register estimation, when highter than that kernel skips first compilation stage and goes to retry immediately for default GRF.", false)
861
862
DECLARE_IGC_REGKEY(bool, ForceNoFP64bRegioning, false, "force regioning rules for FP and 64b FPU instructions", false)
862
863
DECLARE_IGC_REGKEY(bool, EnableA64WA, true, "Guarantee A64 load/store addres-hi is uniform", true)
863
864
DECLARE_IGC_REGKEY(bool, EnableSamplerSplit, false, "Split Sampler 3d message to odd and even", false)
0 commit comments