mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
build: update aot header - add additional if guards
Related-to: NEO-15660 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c4c3ec3291
commit
82e1539f85
@@ -41,7 +41,7 @@ components:
|
|||||||
dest_dir: kernels_bin
|
dest_dir: kernels_bin
|
||||||
type: git
|
type: git
|
||||||
branch: kernels_bin
|
branch: kernels_bin
|
||||||
revision: 3618-5310
|
revision: 3618-5312
|
||||||
level_zero:
|
level_zero:
|
||||||
asset_name: level_zero
|
asset_name: level_zero
|
||||||
dest_dir: level_zero
|
dest_dir: level_zero
|
||||||
|
|||||||
2
third_party/aot_config_headers/.version
vendored
2
third_party/aot_config_headers/.version
vendored
@@ -1 +1 @@
|
|||||||
git_revision: 2a043a99ca3a02795147d83a81c9bfa2d4375d01
|
git_revision: 5437add70cb510befe17dd8bb9539c1b1da3db33
|
||||||
|
|||||||
16
third_party/aot_config_headers/platforms.h
vendored
16
third_party/aot_config_headers/platforms.h
vendored
@@ -194,6 +194,7 @@ inline const std::map<std::string, PRODUCT_CONFIG> deviceAcronyms = {
|
|||||||
|
|
||||||
inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
|
inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
|
||||||
#ifdef SUPPORT_AOT_DG2
|
#ifdef SUPPORT_AOT_DG2
|
||||||
|
#ifdef SUPPORT_AOT_XE_HPG
|
||||||
{"dg2-g10-a0", DG2_G10_A0},
|
{"dg2-g10-a0", DG2_G10_A0},
|
||||||
{"dg2-g10-a1", DG2_G10_A1},
|
{"dg2-g10-a1", DG2_G10_A1},
|
||||||
{"dg2-g10-b0", DG2_G10_B0},
|
{"dg2-g10-b0", DG2_G10_B0},
|
||||||
@@ -203,7 +204,9 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
|
|||||||
{"dg2-g11-b1", DG2_G11_B1},
|
{"dg2-g11-b1", DG2_G11_B1},
|
||||||
{"dg2-g12-a0", DG2_G12_A0},
|
{"dg2-g12-a0", DG2_G12_A0},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_PVC
|
#ifdef SUPPORT_AOT_PVC
|
||||||
|
#ifdef SUPPORT_AOT_XE_HPC
|
||||||
{"pvc-xl-a0", PVC_XL_A0},
|
{"pvc-xl-a0", PVC_XL_A0},
|
||||||
{"pvc-xl-a0p", PVC_XL_A0P},
|
{"pvc-xl-a0p", PVC_XL_A0P},
|
||||||
{"pvc-xt-a0", PVC_XT_A0},
|
{"pvc-xt-a0", PVC_XT_A0},
|
||||||
@@ -212,37 +215,50 @@ inline const std::map<std::string, PRODUCT_CONFIG> rtlIdAcronyms = {
|
|||||||
{"pvc-xt-c0", PVC_XT_C0},
|
{"pvc-xt-c0", PVC_XT_C0},
|
||||||
{"pvc-xt-c0-vg", PVC_XT_C0_VG},
|
{"pvc-xt-c0-vg", PVC_XT_C0_VG},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_MTL
|
#ifdef SUPPORT_AOT_MTL
|
||||||
|
#ifdef SUPPORT_AOT_XE_LPG
|
||||||
{"mtl-u-a0", MTL_U_A0},
|
{"mtl-u-a0", MTL_U_A0},
|
||||||
{"mtl-u-b0", MTL_U_B0},
|
{"mtl-u-b0", MTL_U_B0},
|
||||||
{"mtl-h-a0", MTL_H_A0},
|
{"mtl-h-a0", MTL_H_A0},
|
||||||
{"mtl-h-b0", MTL_H_B0},
|
{"mtl-h-b0", MTL_H_B0},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_ARL
|
#ifdef SUPPORT_AOT_ARL
|
||||||
|
#ifdef SUPPORT_AOT_XE_LPGPLUS
|
||||||
{"arl-h-a0", ARL_H_A0},
|
{"arl-h-a0", ARL_H_A0},
|
||||||
{"arl-h-b0", ARL_H_B0},
|
{"arl-h-b0", ARL_H_B0},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_BMG
|
#ifdef SUPPORT_AOT_BMG
|
||||||
|
#ifdef SUPPORT_AOT_XE2_HPG
|
||||||
{"bmg-g21-a0", BMG_G21_A0},
|
{"bmg-g21-a0", BMG_G21_A0},
|
||||||
{"bmg-g21-a1", BMG_G21_A0},
|
{"bmg-g21-a1", BMG_G21_A0},
|
||||||
{"bmg-g21-b0", BMG_G21_A0},
|
{"bmg-g21-b0", BMG_G21_A0},
|
||||||
{"bmg-g31-a0", BMG_G31_A0},
|
{"bmg-g31-a0", BMG_G31_A0},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_LNL
|
#ifdef SUPPORT_AOT_LNL
|
||||||
|
#ifdef SUPPORT_AOT_XE2_LPG
|
||||||
{"lnl-a0", LNL_A0},
|
{"lnl-a0", LNL_A0},
|
||||||
{"lnl-a1", LNL_A1},
|
{"lnl-a1", LNL_A1},
|
||||||
{"lnl-b0", LNL_B0},
|
{"lnl-b0", LNL_B0},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_PTL
|
#ifdef SUPPORT_AOT_PTL
|
||||||
|
#ifdef SUPPORT_AOT_XE3_LPG
|
||||||
{"ptl-h-a0", PTL_H_A0},
|
{"ptl-h-a0", PTL_H_A0},
|
||||||
{"ptl-h-b0", PTL_H_B0},
|
{"ptl-h-b0", PTL_H_B0},
|
||||||
{"ptl-u-a0", PTL_U_A0},
|
{"ptl-u-a0", PTL_U_A0},
|
||||||
{"ptl-u-a1", PTL_U_A1},
|
{"ptl-u-a1", PTL_U_A1},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#ifdef SUPPORT_AOT_WCL
|
#ifdef SUPPORT_AOT_WCL
|
||||||
|
#ifdef SUPPORT_AOT_XE3_LPG
|
||||||
{"wcl-a0", WCL_A0},
|
{"wcl-a0", WCL_A0},
|
||||||
{"wcl-a1", WCL_A1},
|
{"wcl-a1", WCL_A1},
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
inline const std::map<std::string, PRODUCT_CONFIG> genericIdAcronyms = {
|
inline const std::map<std::string, PRODUCT_CONFIG> genericIdAcronyms = {
|
||||||
|
|||||||
Reference in New Issue
Block a user