Delete redundant adjustHwInfoForIgc method

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2023-01-17 11:19:19 +00:00
committed by Compute-Runtime-Automation
parent abb366e3c0
commit 67ebc5d7fe
13 changed files with 14 additions and 74 deletions

View File

@@ -26,8 +26,6 @@ TargetDevice getTargetDevice(const RootDeviceEnvironment &rootDeviceEnvironment)
auto hwInfo = *rootDeviceEnvironment.getHardwareInfo();
auto &productHelper = rootDeviceEnvironment.getHelper<ProductHelper>();
auto &gfxCoreHelper = rootDeviceEnvironment.getHelper<GfxCoreHelper>();
auto &compilerProductHelper = rootDeviceEnvironment.getHelper<CompilerProductHelper>();
compilerProductHelper.adjustHwInfoForIgc(hwInfo);
TargetDevice targetDevice = {};
targetDevice.coreFamily = hwInfo.platform.eRenderCoreFamily;