mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "fix ocloc/ult: set default PVC device id to pvc xt device id"
This reverts commit bd84ba819b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
007f5d70bf
commit
e79fb5f39b
@@ -7,7 +7,6 @@
|
||||
|
||||
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
|
||||
#include "shared/source/command_stream/preemption_mode.h"
|
||||
#include "shared/source/gen9/cfl/device_ids_configs_cfl.h"
|
||||
#include "shared/source/gen9/hw_cmds_cfl.h"
|
||||
#include "shared/source/helpers/compiler_product_helper.h"
|
||||
#include "shared/source/helpers/constants.h"
|
||||
@@ -24,11 +23,11 @@ const PLATFORM CFL::platform = {
|
||||
PCH_UNKNOWN,
|
||||
IGFX_GEN9_CORE,
|
||||
IGFX_GEN9_CORE,
|
||||
PLATFORM_NONE, // default init
|
||||
cflDeviceIds[0], // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
PLATFORM_NONE, // default init
|
||||
0, // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
GTTYPE_UNDEFINED};
|
||||
|
||||
const RuntimeCapabilityTable CFL::capabilityTable{
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
|
||||
#include "shared/source/command_stream/preemption_mode.h"
|
||||
#include "shared/source/gen9/hw_cmds_kbl.h"
|
||||
#include "shared/source/gen9/kbl/device_ids_configs_kbl.h"
|
||||
#include "shared/source/helpers/compiler_product_helper.h"
|
||||
#include "shared/source/helpers/constants.h"
|
||||
|
||||
@@ -24,11 +23,11 @@ const PLATFORM KBL::platform = {
|
||||
PCH_UNKNOWN,
|
||||
IGFX_GEN9_CORE,
|
||||
IGFX_GEN9_CORE,
|
||||
PLATFORM_NONE, // default init
|
||||
kblDeviceIds[0], // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
PLATFORM_NONE, // default init
|
||||
0, // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
GTTYPE_UNDEFINED};
|
||||
|
||||
const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#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"
|
||||
@@ -26,11 +25,11 @@ const PLATFORM PVC::platform = {
|
||||
PCH_UNKNOWN,
|
||||
IGFX_XE_HPC_CORE,
|
||||
IGFX_XE_HPC_CORE,
|
||||
PLATFORM_NONE, // default init
|
||||
pvcXtDeviceIds[0], // usDeviceID
|
||||
3, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
PLATFORM_NONE, // default init
|
||||
0, // usDeviceID
|
||||
0, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
GTTYPE_UNDEFINED};
|
||||
|
||||
const RuntimeCapabilityTable PVC::capabilityTable{
|
||||
|
||||
Reference in New Issue
Block a user