Revert "performance: Remove global fence from command stream on BMG"

This reverts commit 4e823f9e6e.

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-05-12 06:23:29 +00:00
committed by Compute-Runtime-Automation
parent 9c9a0a87b9
commit 4fe3bc40e3
5 changed files with 19 additions and 25 deletions

View File

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