mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
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:
committed by
Compute-Runtime-Automation
parent
75ed29ceef
commit
c558fc1b06
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user