mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -22,7 +22,8 @@ const std::vector<unsigned short> dg2G10DeviceIds{
|
||||
0x56A0,
|
||||
0x56A1,
|
||||
0x56A2,
|
||||
0x56C0};
|
||||
0x56C0,
|
||||
0x56C2};
|
||||
|
||||
const std::vector<unsigned short> dg2G11DeviceIds{
|
||||
0x4F87,
|
||||
|
||||
Reference in New Issue
Block a user