performance: Remove global fence from command stream on BMG

Related-To: NEO-14642

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-04-30 14:08:12 +00:00
committed by Compute-Runtime-Automation
parent 7db6402df9
commit 304fba1eba
6 changed files with 29 additions and 23 deletions

View File

@@ -3075,7 +3075,7 @@ HWTEST2_F(CommandStreamReceiverHwTest, givenDeviceToHostCopyWhenFenceIsRequiredT
fenceExpected &= getHelper<ProductHelper>().isDeviceToHostCopySignalingFenceRequired();
size_t expectedFenceCount = fenceExpected ? 1 : 0;
if (!pDevice->getHardwareInfo().capabilityTable.isIntegratedDevice) {
if (getHelper<ProductHelper>().isGlobalFenceInCommandStreamRequired(pDevice->getHardwareInfo())) {
expectedFenceCount += 2;
}