fix: Add ATS-M device id

Add device id 0x56C2

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2024-03-11 09:55:31 +00:00
committed by Compute-Runtime-Automation
parent 54a67c1469
commit 8520181008
2 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics")
NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics")
NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170")
NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140")
NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170C")
#endif
#ifdef SUPPORT_MTL
DEVICE(0x7D40, MtlHwConfig)

View File

@@ -22,7 +22,8 @@ const std::vector<unsigned short> dg2G10DeviceIds{
0x56A0,
0x56A1,
0x56A2,
0x56C0};
0x56C0,
0x56C2};
const std::vector<unsigned short> dg2G11DeviceIds{
0x4F87,