mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
fix: Add BMG device id
Add device ID: 0xE211 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
92e40afc49
commit
3d9fc8968e
@@ -10,5 +10,5 @@
|
||||
#include <vector>
|
||||
|
||||
namespace NEO {
|
||||
const std::vector<unsigned short> bmgG21DeviceIds{0xE202, 0xE20B, 0xE20C, 0xE20D, 0xE210, 0xE212, 0xE215, 0xE216};
|
||||
const std::vector<unsigned short> bmgG21DeviceIds{0xE202, 0xE20B, 0xE20C, 0xE20D, 0xE210, 0xE211, 0xE212, 0xE215, 0xE216};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user