build: update default PTL revision to B0

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-04-15 14:13:36 +00:00
committed by Compute-Runtime-Automation
parent eff2d1cde8
commit f6b92aa5d5
7 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ constexpr auto gfxProduct = IGFX_PTL;
namespace NEO {
template <>
uint32_t CompilerProductHelperHw<gfxProduct>::getDefaultHwIpVersion() const {
return AOT::PTL_H_A0;
return AOT::PTL_H_B0;
}
static EnableCompilerProductHelper<gfxProduct> enableCompilerProductHelperPTL;

View File

@@ -27,7 +27,7 @@ const PLATFORM PTL::platform = {
IGFX_XE3_CORE,
PLATFORM_NONE, // default init
0, // usDeviceID
0, // usRevId. 0 sets the stepping to A0
4, // usRevId. 0 sets the stepping to A0
0, // usDeviceID_PCH
0, // usRevId_PCH
GTTYPE_UNDEFINED};