build: update aot header for WCL A1 revision

Related-to: NEO-15660

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
Damian Tomczak
2025-09-10 11:19:31 +00:00
committed by Compute-Runtime-Automation
parent 34d4e526e9
commit 6b70b2ba1f
6 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
git_revision: f98c090a18bd9cca8ca3f0c70382d6336eb5aa75
git_revision: 2a043a99ca3a02795147d83a81c9bfa2d4375d01

View File

@@ -56,6 +56,7 @@ enum PRODUCT_CONFIG : uint32_t {
PTL_U_A0 = 0x07804000,
PTL_U_A1 = 0x07804001,
WCL_A0 = 0x0780c000,
WCL_A1 = 0x0780c001,
CONFIG_MAX_PLATFORM
};
@@ -187,7 +188,7 @@ inline const std::map<std::string, PRODUCT_CONFIG> deviceAcronyms = {
{"ptl-u", PTL_U_A0},
#endif
#ifdef SUPPORT_AOT_WCL
{"wcl", WCL_A0},
{"wcl", WCL_A1},
#endif
};
@@ -240,6 +241,7 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
#endif
#ifdef SUPPORT_AOT_WCL
{"wcl-a0", WCL_A0},
{"wcl-a1", WCL_A1},
#endif
};