mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Fix for conditionally enabled acronyms
Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2b0bf074c0
commit
48c2aa23db
16
third_party/aot_config_headers/platforms.h
vendored
16
third_party/aot_config_headers/platforms.h
vendored
@@ -124,9 +124,12 @@ static const std::map<std::string, AOT::PRODUCT_CONFIG> productConfigAcronyms =
|
||||
#endif
|
||||
#ifdef SUPPORT_KBL
|
||||
{"kbl", KBL},
|
||||
{"aml", AML},
|
||||
#endif
|
||||
#ifdef SUPPORT_CFL
|
||||
{"cfl", CFL},
|
||||
{"cml", CML},
|
||||
{"whl", WHL},
|
||||
#endif
|
||||
#ifdef SUPPORT_BXT
|
||||
{"apl", APL},
|
||||
@@ -135,15 +138,6 @@ static const std::map<std::string, AOT::PRODUCT_CONFIG> productConfigAcronyms =
|
||||
#ifdef SUPPORT_GLK
|
||||
{"glk", GLK},
|
||||
#endif
|
||||
#ifdef SUPPORT_WHL
|
||||
{"whl", WHL},
|
||||
#endif
|
||||
#ifdef SUPPORT_AML
|
||||
{"aml", AML},
|
||||
#endif
|
||||
#ifdef SUPPORT_CML
|
||||
{"cml", CML},
|
||||
#endif
|
||||
#ifdef SUPPORT_ICLLP
|
||||
{"icllp", ICL},
|
||||
#endif
|
||||
@@ -160,10 +154,8 @@ static const std::map<std::string, AOT::PRODUCT_CONFIG> productConfigAcronyms =
|
||||
#ifdef SUPPORT_RKL
|
||||
{"rkl", RKL},
|
||||
#endif
|
||||
#ifdef SUPPORT_RPLS
|
||||
{"rpl-s", RPL_S},
|
||||
#endif
|
||||
#ifdef SUPPORT_ADLS
|
||||
{"rpl-s", RPL_S},
|
||||
{"adl-s", ADL_S},
|
||||
#endif
|
||||
#ifdef SUPPORT_ADLP
|
||||
|
||||
Reference in New Issue
Block a user