mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
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:
committed by
Compute-Runtime-Automation
parent
b580e4e023
commit
45b0886bc4
@@ -131,6 +131,7 @@ bool DeviceFactory::prepareDeviceEnvironmentsForProductFamilyOverride(ExecutionE
|
||||
if (!productHelper.setupHardwareInfo(*hardwareInfo, *capsReader)) {
|
||||
return false;
|
||||
}
|
||||
hardwareInfo->capabilityTable.sharedSystemMemCapabilities = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user