mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
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:
committed by
Compute-Runtime-Automation
parent
34d4e526e9
commit
6b70b2ba1f
2
third_party/aot_config_headers/.version
vendored
2
third_party/aot_config_headers/.version
vendored
@@ -1 +1 @@
|
||||
git_revision: f98c090a18bd9cca8ca3f0c70382d6336eb5aa75
|
||||
git_revision: 2a043a99ca3a02795147d83a81c9bfa2d4375d01
|
||||
|
||||
4
third_party/aot_config_headers/platforms.h
vendored
4
third_party/aot_config_headers/platforms.h
vendored
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user