fix: Disable shared system USM for TBX mode

Related-To: NEO-16531

Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
John Falkowski
2025-11-19 19:28:06 +00:00
committed by Compute-Runtime-Automation
parent b580e4e023
commit 45b0886bc4
2 changed files with 22 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ bool DeviceFactory::prepareDeviceEnvironmentsForProductFamilyOverride(ExecutionE
if (!productHelper.setupHardwareInfo(*hardwareInfo, *capsReader)) {
return false;
}
hardwareInfo->capabilityTable.sharedSystemMemCapabilities = 0;
}
}
}