mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
fix: Add PTL sku device ids
Related-To: NEO-14999 Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c74b361a3
commit
171b398465
@@ -11,6 +11,10 @@ DEVICE(0xB080, PtlHwConfig)
|
||||
DEVICE(0xB081, PtlHwConfig)
|
||||
DEVICE(0xB082, PtlHwConfig)
|
||||
DEVICE(0xB083, PtlHwConfig)
|
||||
DEVICE(0xB084, PtlHwConfig)
|
||||
DEVICE(0xB085, PtlHwConfig)
|
||||
DEVICE(0xB086, PtlHwConfig)
|
||||
DEVICE(0xB087, PtlHwConfig)
|
||||
DEVICE(0xB08F, PtlHwConfig)
|
||||
DEVICE(0xB090, PtlHwConfig)
|
||||
DEVICE(0xB0A0, PtlHwConfig)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <vector>
|
||||
|
||||
namespace NEO {
|
||||
const std::vector<unsigned short> ptlHDeviceIds{0xB080, 0xB081, 0xB082, 0xB083, 0xB08F, 0xB0A0, 0xB0B0};
|
||||
const std::vector<unsigned short> ptlHDeviceIds{0xB080, 0xB081, 0xB082, 0xB083, 0xB084, 0xB085, 0xB086, 0xB087, 0xB08F, 0xB0A0, 0xB0B0};
|
||||
const std::vector<unsigned short> ptlUDeviceIds{0xB090};
|
||||
const std::vector<unsigned short> wclDeviceIds{0xFD80, 0xFD81};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user