mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
fix: Add ATS-M device id
Add device id 0x56C2 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
54a67c1469
commit
8520181008
@@ -57,6 +57,7 @@ NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics")
|
|||||||
NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics")
|
NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics")
|
||||||
NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170")
|
NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170")
|
||||||
NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140")
|
NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140")
|
||||||
|
NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170C")
|
||||||
#endif
|
#endif
|
||||||
#ifdef SUPPORT_MTL
|
#ifdef SUPPORT_MTL
|
||||||
DEVICE(0x7D40, MtlHwConfig)
|
DEVICE(0x7D40, MtlHwConfig)
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ const std::vector<unsigned short> dg2G10DeviceIds{
|
|||||||
0x56A0,
|
0x56A0,
|
||||||
0x56A1,
|
0x56A1,
|
||||||
0x56A2,
|
0x56A2,
|
||||||
0x56C0};
|
0x56C0,
|
||||||
|
0x56C2};
|
||||||
|
|
||||||
const std::vector<unsigned short> dg2G11DeviceIds{
|
const std::vector<unsigned short> dg2G11DeviceIds{
|
||||||
0x4F87,
|
0x4F87,
|
||||||
|
|||||||
Reference in New Issue
Block a user