mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
fix: Update acronyms for MTL
This change adds new product config device acronyms available for mtl and changes enum names. Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d344945625
commit
865154cdc4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Intel Corporation
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
namespace AOT_MTL {
|
||||
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {
|
||||
AOT::XE_LPG_MD_A0,
|
||||
AOT::XE_LPG_MD_B0,
|
||||
AOT::XE_LPG_LG_A0,
|
||||
AOT::XE_LPG_LG_B0};
|
||||
AOT::MTL_M_A0,
|
||||
AOT::MTL_M_B0,
|
||||
AOT::MTL_P_A0,
|
||||
AOT::MTL_P_B0};
|
||||
}
|
||||
Reference in New Issue
Block a user