mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
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:
committed by
Compute-Runtime-Automation
parent
685a579456
commit
51b8dc66a3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user