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

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