mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +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
@@ -309,7 +309,7 @@ if(SUPPORT_XE3_CORE)
|
||||
ADD_AOT_DEFINITION(PTL)
|
||||
ADD_AOT_DEFINITION(WCL)
|
||||
set(PTL_XE3_CORE_REVISIONS 4)
|
||||
set(PTL_XE3_CORE_RELEASES "30.0.0" "30.0.4" "30.1.0" "30.1.1" "30.3.0")
|
||||
set(PTL_XE3_CORE_RELEASES "30.0.0" "30.0.4" "30.1.0" "30.1.1" "30.3.0" "30.3.1")
|
||||
ADD_PRODUCT("SUPPORTED" "PTL" "IGFX_PTL")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED" "XE3_CORE" "PTL")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED_IMAGES" "XE3_CORE" "PTL")
|
||||
|
||||
@@ -41,7 +41,7 @@ components:
|
||||
dest_dir: kernels_bin
|
||||
type: git
|
||||
branch: kernels_bin
|
||||
revision: 3612-5279
|
||||
revision: 3612-5287
|
||||
level_zero:
|
||||
asset_name: level_zero
|
||||
dest_dir: level_zero
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#if SUPPORT_XE3_CORE
|
||||
#ifdef SUPPORT_PTL
|
||||
DEVICE_CONFIG(WCL_A0, PtlHwConfig, wclDeviceIds, XE3_FAMILY, XE3_LPG_RELEASE)
|
||||
DEVICE_CONFIG(WCL_A1, PtlHwConfig, wclDeviceIds, XE3_FAMILY, XE3_LPG_RELEASE)
|
||||
DEVICE_CONFIG(PTL_H_A0, PtlHwConfig, ptlHDeviceIds, XE3_FAMILY, XE3_LPG_RELEASE)
|
||||
DEVICE_CONFIG(PTL_H_B0, PtlHwConfig, ptlHDeviceIds, XE3_FAMILY, XE3_LPG_RELEASE)
|
||||
DEVICE_CONFIG(PTL_U_A0, PtlHwConfig, ptlUDeviceIds, XE3_FAMILY, XE3_LPG_RELEASE)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
struct ReleaseHelper3003Tests : public ReleaseHelperTests<30, 3> {
|
||||
|
||||
std::vector<uint32_t> getRevisions() override {
|
||||
return {0};
|
||||
return {0, 1};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
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