mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7db6402df9
commit
304fba1eba
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user