performance: enable v2 tg dispatch size algorithm

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
Related-To: NEO-6989
This commit is contained in:
Michal Mrozek
2023-11-03 17:28:37 +00:00
committed by Compute-Runtime-Automation
parent 75ed29ceef
commit c558fc1b06
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ void EncodeDispatchKernel<Family>::adjustInterfaceDescriptorData(INTERFACE_DESCR
if (DebugManager.flags.AdjustThreadGroupDispatchSize.get() != -1) {
adjustTGDispatchSize = !!DebugManager.flags.AdjustThreadGroupDispatchSize.get();
}
auto algorithmVersion = 1u;
auto algorithmVersion = 2u;
if (DebugManager.flags.ForceThreadGroupDispatchSizeAlgorithm.get() != -1) {
algorithmVersion = DebugManager.flags.ForceThreadGroupDispatchSizeAlgorithm.get();
}