mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
fix: Add ATS-M device id
Add device id 0x56C2 Signed-off-by: Hazubski, Filip <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e8192a2b85
commit
588921ed9b
@@ -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)
|
||||
|
||||
@@ -22,7 +22,8 @@ inline const std::vector<unsigned short> dg2G10DeviceIds{
|
||||
0x56A0,
|
||||
0x56A1,
|
||||
0x56A2,
|
||||
0x56C0};
|
||||
0x56C0,
|
||||
0x56C2};
|
||||
|
||||
inline const std::vector<unsigned short> dg2G11DeviceIds{
|
||||
0x4F87,
|
||||
|
||||
Reference in New Issue
Block a user