mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Disable ftrE2ECompression flag on gen12lp on linux
Related-To: NEO-4415 Change-Id: Iddc0d49632a91ce40f625f5dc0beb30bec02be1e Signed-off-by: Andrzej Swierczynski <andrzej.swierczynski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
fe0f259eaa
commit
fcd47e9631
@@ -51,7 +51,6 @@ bool DeviceFactory::getDevicesForProductFamilyOverride(size_t &numDevices, Execu
|
||||
hardwareInfoSetup[hwInfoConst->platform.eProductFamily](hardwareInfo, true, hwInfoConfig);
|
||||
|
||||
HwInfoConfig *hwConfig = HwInfoConfig::get(hardwareInfo->platform.eProductFamily);
|
||||
hardwareInfo->featureTable.ftrE2ECompression = 0;
|
||||
hwConfig->configureHardwareCustom(hardwareInfo, nullptr);
|
||||
|
||||
auto csrType = DebugManager.flags.SetCommandStreamReceiver.get();
|
||||
|
||||
Reference in New Issue
Block a user