build: update aot config header

Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Naklicki, Mateusz
2025-03-27 11:44:35 +00:00
committed by Compute-Runtime-Automation
parent 2394f9fd91
commit feaca1adf4
2 changed files with 10 additions and 8 deletions

View File

@@ -1 +1 @@
git_revision: b2fa6027c21827a26dd084e0e5b604121850bd04 git_revision: 28ab286796f672efe13019d8be43ffdae478a388

View File

@@ -1,13 +1,13 @@
/* /*
* Copyright (C) 2021-2024 Intel Corporation * Copyright (C) 2021-2025 Intel Corporation
* *
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
* *
*/ */
#include <cstdint>
#include <map> #include <map>
#include <string> #include <string>
#include <cstdint>
#include <vector> #include <vector>
#pragma once #pragma once
@@ -173,6 +173,9 @@ inline const std::map<std::string, PRODUCT_CONFIG> deviceAcronyms = {
#ifdef SUPPORT_AOT_ARL #ifdef SUPPORT_AOT_ARL
{"arl-h", ARL_H_B0}, {"arl-h", ARL_H_B0},
#endif #endif
#ifdef SUPPORT_AOT_BMG
{"bmg-g21", BMG_G21_A0},
#endif
#ifdef SUPPORT_AOT_LNL #ifdef SUPPORT_AOT_LNL
{"lnl-m", LNL_B0}, {"lnl-m", LNL_B0},
#endif #endif
@@ -214,7 +217,6 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
#endif #endif
#ifdef SUPPORT_AOT_BMG #ifdef SUPPORT_AOT_BMG
{"bmg-g21-a0", BMG_G21_A0}, {"bmg-g21-a0", BMG_G21_A0},
{"bmg-g21", BMG_G21_A0},
{"bmg-g21-a1", BMG_G21_A0}, {"bmg-g21-a1", BMG_G21_A0},
{"bmg-g21-b0", BMG_G21_A0}, {"bmg-g21-b0", BMG_G21_A0},
#endif #endif
@@ -233,13 +235,13 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
inline const std::map<std::string, PRODUCT_CONFIG> genericIdAcronyms = { inline const std::map<std::string, PRODUCT_CONFIG> genericIdAcronyms = {
#ifdef SUPPORT_AOT_DG2 #ifdef SUPPORT_AOT_DG2
{"dg2", DG2_G10_C0}, {"dg2", DG2_G10_C0},
#endif #endif
#ifdef SUPPORT_AOT_MTL #ifdef SUPPORT_AOT_MTL
{"mtl", MTL_U_B0}, {"mtl", MTL_U_B0},
#endif #endif
#ifdef SUPPORT_AOT_BMG #ifdef SUPPORT_AOT_BMG
{"bmg", BMG_G21_A0}, {"bmg", BMG_G21_A0},
#endif #endif
}; };