From feaca1adf49ea8e52796a433219043ff5c92cadc Mon Sep 17 00:00:00 2001 From: "Naklicki, Mateusz" Date: Thu, 27 Mar 2025 11:44:35 +0000 Subject: [PATCH] build: update aot config header Signed-off-by: Naklicki, Mateusz --- third_party/aot_config_headers/.version | 2 +- third_party/aot_config_headers/platforms.h | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/third_party/aot_config_headers/.version b/third_party/aot_config_headers/.version index dab0089ab5..2eed1c558e 100644 --- a/third_party/aot_config_headers/.version +++ b/third_party/aot_config_headers/.version @@ -1 +1 @@ -git_revision: b2fa6027c21827a26dd084e0e5b604121850bd04 +git_revision: 28ab286796f672efe13019d8be43ffdae478a388 diff --git a/third_party/aot_config_headers/platforms.h b/third_party/aot_config_headers/platforms.h index e6c4e98953..7ea577b026 100644 --- a/third_party/aot_config_headers/platforms.h +++ b/third_party/aot_config_headers/platforms.h @@ -1,13 +1,13 @@ /* - * Copyright (C) 2021-2024 Intel Corporation + * Copyright (C) 2021-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ +#include #include #include -#include #include #pragma once @@ -173,6 +173,9 @@ inline const std::map 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 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 rtlIdAcronyms = { inline const std::map 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> compatibility {BMG_G21_A1_RESERVED, {BMG_G21_A0, LNL_B0}}, {BMG_G21_B0_RESERVED, {BMG_G21_A0, LNL_B0}}, }; -} // namespace AOT +} // namespace AOT \ No newline at end of file