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
*
*/
#include <cstdint>
#include <map>
#include <string>
#include <cstdint>
#include <vector>
#pragma once
@ -173,6 +173,9 @@ inline const std::map<std::string, PRODUCT_CONFIG> deviceAcronyms = {
#ifdef SUPPORT_AOT_ARL
{"arl-h", ARL_H_B0},
#endif
#ifdef SUPPORT_AOT_BMG
{"bmg-g21", BMG_G21_A0},
#endif
#ifdef SUPPORT_AOT_LNL
{"lnl-m", LNL_B0},
#endif
@ -214,7 +217,6 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
#endif
#ifdef SUPPORT_AOT_BMG
{"bmg-g21-a0", BMG_G21_A0},
{"bmg-g21", BMG_G21_A0},
{"bmg-g21-a1", BMG_G21_A0},
{"bmg-g21-b0", BMG_G21_A0},
#endif
@ -233,13 +235,13 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
inline const std::map<std::string, PRODUCT_CONFIG> genericIdAcronyms = {
#ifdef SUPPORT_AOT_DG2
{"dg2", DG2_G10_C0},
{"dg2", DG2_G10_C0},
#endif
#ifdef SUPPORT_AOT_MTL
{"mtl", MTL_U_B0},
{"mtl", MTL_U_B0},
#endif
#ifdef SUPPORT_AOT_BMG
{"bmg", BMG_G21_A0},
{"bmg", BMG_G21_A0},
#endif
};
@ -250,4 +252,4 @@ inline const std::map<PRODUCT_CONFIG, std::vector<PRODUCT_CONFIG>> compatibility
{BMG_G21_A1_RESERVED, {BMG_G21_A0, LNL_B0}},
{BMG_G21_B0_RESERVED, {BMG_G21_A0, LNL_B0}},
};
} // namespace AOT
} // namespace AOT