mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
feature: Add support for MTL
Related-To: NEO-7111 Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ceda3f65c2
commit
a7d8a93b4e
5
third_party/aot_config_headers/platforms.h
vendored
5
third_party/aot_config_headers/platforms.h
vendored
@@ -48,6 +48,10 @@ enum PRODUCT_CONFIG : uint32_t {
|
||||
PVC_XT_B0 = 0x030f0005,
|
||||
PVC_XT_B1 = 0x030f0006,
|
||||
PVC_XT_C0 = 0x030f0007,
|
||||
XE_LPG_MD_A0 = 0x03118000,
|
||||
XE_LPG_MD_B0 = 0x03118004,
|
||||
XE_LPG_LG_A0 = 0x0311c000,
|
||||
XE_LPG_LG_B0 = 0x0311c004,
|
||||
CONFIG_MAX_PLATFORM,
|
||||
};
|
||||
|
||||
@@ -60,6 +64,7 @@ enum RELEASE : uint32_t {
|
||||
XE_HP_RELEASE,
|
||||
XE_HPG_RELEASE,
|
||||
XE_HPC_RELEASE,
|
||||
XE_LPG_RELEASE,
|
||||
RELEASE_MAX,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user