mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: Add BMG 0xE209 device id
Related-To: NEO-15319 Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aa8ab38156
commit
2bb965329d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user