Add debug flag to control programming of thread arbitration policy with SCM

Related-To: NEO-6801

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-05-16 20:34:53 +00:00
committed by Compute-Runtime-Automation
parent ec6d580a27
commit 35d1f2e341
28 changed files with 96 additions and 22 deletions

View File

@@ -592,6 +592,7 @@ HWTEST_F(EnqueueHandlerTest, givenEnqueueHandlerWhenClSetKernelExecInfoAlreadySe
}
DebugManagerStateRestore stateRestore;
DebugManager.flags.AUBDumpSubCaptureMode.set(static_cast<int32_t>(AubSubCaptureManager::SubCaptureMode::Filter));
DebugManager.flags.ForceThreadArbitrationPolicyProgrammingWithScm.set(1);
MockKernelWithInternals kernelInternals(*pClDevice, context);
Kernel *kernel = kernelInternals.mockKernel;