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-16 15:01:56 +00:00
committed by Compute-Runtime-Automation
parent 331b515478
commit 0c778ef6f4
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ bool ProductHelperHw<gfxProduct>::isBlitterForImagesSupported() const {
template <>
bool ProductHelperHw<gfxProduct>::isGlobalFenceInCommandStreamRequired(const HardwareInfo &hwInfo) const {
return !hwInfo.capabilityTable.isIntegratedDevice;
return false;
}
template <>