refactor: add method to get hw config from CompilerProductHelper

Related-To: NEO-7622

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-02-28 13:26:21 +00:00
committed by Compute-Runtime-Automation
parent 6b7c4564d5
commit bd32b21f7c
76 changed files with 213 additions and 142 deletions

View File

@@ -151,7 +151,6 @@ void LkfHw1x8x8::setupHardwareInfo(HardwareInfo *hwInfo, bool setupFeatureTableA
};
const HardwareInfo LKF::hwInfo = LkfHw1x8x8::hwInfo;
const uint64_t LKF::defaultHardwareInfoConfig = 0x100080008;
void setupLKFHardwareInfoImpl(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable, uint64_t hwInfoConfig) {
if (hwInfoConfig == 0x100080008) {