fix: Add BMG device id

Add device ID: 0xE211

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2025-03-28 12:07:37 +00:00
committed by Compute-Runtime-Automation
parent 92e40afc49
commit 3d9fc8968e
3 changed files with 4 additions and 2 deletions

View File

@@ -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