fix: Add BMG 0xE209 device id

Related-To: NEO-15319

Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
Grochowski, Stanislaw
2025-07-09 10:41:17 +00:00
committed by Compute-Runtime-Automation
parent aa8ab38156
commit 2bb965329d
3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
#include <vector>
namespace NEO {
const std::vector<unsigned short> bmgG21DeviceIds{0xE202, 0xE20B, 0xE20C, 0xE20D, 0xE210, 0xE211, 0xE212, 0xE215, 0xE216};
const std::vector<unsigned short> bmgG21DeviceIds{0xE202, 0xE209, 0xE20B, 0xE20C, 0xE20D, 0xE210, 0xE211, 0xE212, 0xE215, 0xE216};
const std::vector<unsigned short> bmgG31DeviceIds{0xE220, 0xE221, 0xE222, 0xE223};
} // namespace NEO