fix: Add PTL sku device ids

Related-To: NEO-14999

Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
Grochowski, Stanislaw
2025-07-11 12:53:01 +00:00
committed by Compute-Runtime-Automation
parent 5c74b361a3
commit 171b398465
3 changed files with 10 additions and 2 deletions

View File

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

View File

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