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(bool, ForceLoopSink, false, "Force sinking in all loops", false)
135
135
DECLARE_IGC_REGKEY(bool, EnableLoadsLoopSink, true, "Allow sinking of loads in the loop", false)
136
136
DECLARE_IGC_REGKEY(bool, ForceLoadsLoopSink, false, "Force sinking of loads in the loop from the beginning", false)
137
-
DECLARE_IGC_REGKEY(bool, EnableLoadChainLoopSink, true, "Allow sinking of load address calculation when the load was sinked to the loop, even if the needed regpressure is achieved", false)
137
+
DECLARE_IGC_REGKEY(bool, PrepopulateLoadChainLoopSink, true, "Check the loop for loop chains before sinking to use the existing chains in a heuristic", false)
138
+
DECLARE_IGC_REGKEY(bool, EnableLoadChainLoopSink, true, "Allow sinking of load address calculation when the load was sinked to the loop, even if the needed regpressure is achieved (only single use instructions)", false)
138
139
DECLARE_IGC_REGKEY(DWORD, LoopSinkRegpressureMargin, 10, "Sink into the loop until the pressure becomes less than #grf-margin", false)
139
140
DECLARE_IGC_REGKEY(DWORD, CodeSinkingMinSize, 32, "Don't sink if the number of instructions in the kernel is less", false)
140
141
DECLARE_IGC_REGKEY(DWORD, CodeSinkingLoadSchedulingInstr, 20, "Instructions number to step to schedule loads in advance before the load use to cover latency. 1 to insert it immediately before use", false)
0 commit comments