fix ocloc/ult: set default PVC device to pvc xt C0

ensure default hw ip version matches the value from helper
change pvc ult execution to revision 3

Related-To: NEO-7738
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-04-12 14:54:36 +00:00
committed by Compute-Runtime-Automation
parent 685a579456
commit 51b8dc66a3
13 changed files with 118 additions and 97 deletions

View File

@@ -12,6 +12,7 @@
#include "shared/source/helpers/constants.h"
#include "shared/source/unified_memory/usm_memory_support.h"
#include "shared/source/xe_hpc_core/hw_cmds_pvc.h"
#include "shared/source/xe_hpc_core/pvc/device_ids_configs_pvc.h"
#include "aubstream/engine_node.h"
#include "platforms.h"
@@ -25,11 +26,11 @@ const PLATFORM PVC::platform = {
PCH_UNKNOWN,
IGFX_XE_HPC_CORE,
IGFX_XE_HPC_CORE,
PLATFORM_NONE, // default init
0, // usDeviceID
0, // usRevId. 0 sets the stepping to A0
0, // usDeviceID_PCH
0, // usRevId_PCH
PLATFORM_NONE, // default init
pvcXtDeviceIds[0], // usDeviceID
7, // usRevId
0, // usDeviceID_PCH
0, // usRevId_PCH
GTTYPE_UNDEFINED};
const RuntimeCapabilityTable PVC::capabilityTable{
@@ -176,7 +177,7 @@ const HardwareInfo PvcHwConfig::hwInfo = {
&PVC::workaroundTable,
&PvcHwConfig::gtSystemInfo,
PVC::capabilityTable,
AOT::PVC_XT_A0};
AOT::PVC_XT_C0};
GT_SYSTEM_INFO PvcHwConfig::gtSystemInfo = {0};
void PvcHwConfig::setupHardwareInfo(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable, const CompilerProductHelper &compilerProductHelper) {