mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
test: remove not needed test trait
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
06e375fdc6
commit
c16d02736d
@@ -14,7 +14,6 @@ struct TestTraits<IGFX_GEN12LP_CORE> {
|
|||||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
|
||||||
static constexpr bool iohInSbaSupported = true;
|
static constexpr bool iohInSbaSupported = true;
|
||||||
static constexpr bool auxTranslationSupported = true;
|
static constexpr bool auxTranslationSupported = true;
|
||||||
static constexpr bool deviceEnqueueSupport = false;
|
|
||||||
static constexpr bool implementsPreambleThreadArbitration = false;
|
static constexpr bool implementsPreambleThreadArbitration = false;
|
||||||
static constexpr bool forceGpuNonCoherent = true;
|
static constexpr bool forceGpuNonCoherent = true;
|
||||||
static constexpr bool imagesSupported = true;
|
static constexpr bool imagesSupported = true;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ struct TestTraits<IGFX_XE2_HPG_CORE> {
|
|||||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
||||||
static constexpr bool iohInSbaSupported = false;
|
static constexpr bool iohInSbaSupported = false;
|
||||||
static constexpr bool auxTranslationSupported = false;
|
static constexpr bool auxTranslationSupported = false;
|
||||||
static constexpr bool deviceEnqueueSupport = false;
|
|
||||||
static constexpr bool fusedEuDispatchSupported = false;
|
static constexpr bool fusedEuDispatchSupported = false;
|
||||||
static constexpr bool numberOfWalkersInCfeStateSupported = false;
|
static constexpr bool numberOfWalkersInCfeStateSupported = false;
|
||||||
static constexpr bool forceGpuNonCoherent = false;
|
static constexpr bool forceGpuNonCoherent = false;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ struct TestTraits<IGFX_XE3_CORE> {
|
|||||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
||||||
static constexpr bool iohInSbaSupported = false;
|
static constexpr bool iohInSbaSupported = false;
|
||||||
static constexpr bool auxTranslationSupported = false;
|
static constexpr bool auxTranslationSupported = false;
|
||||||
static constexpr bool deviceEnqueueSupport = false;
|
|
||||||
static constexpr bool fusedEuDispatchSupported = false;
|
static constexpr bool fusedEuDispatchSupported = false;
|
||||||
static constexpr bool numberOfWalkersInCfeStateSupported = false;
|
static constexpr bool numberOfWalkersInCfeStateSupported = false;
|
||||||
static constexpr bool forceGpuNonCoherent = false;
|
static constexpr bool forceGpuNonCoherent = false;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ struct TestTraits<IGFX_XE_HPC_CORE> {
|
|||||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
||||||
static constexpr bool iohInSbaSupported = false;
|
static constexpr bool iohInSbaSupported = false;
|
||||||
static constexpr bool auxTranslationSupported = true;
|
static constexpr bool auxTranslationSupported = true;
|
||||||
static constexpr bool deviceEnqueueSupport = false;
|
|
||||||
static constexpr bool fusedEuDispatchSupported = false;
|
static constexpr bool fusedEuDispatchSupported = false;
|
||||||
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
||||||
static constexpr bool forceGpuNonCoherent = false;
|
static constexpr bool forceGpuNonCoherent = false;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ struct TestTraits<IGFX_XE_HPG_CORE> {
|
|||||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
|
||||||
static constexpr bool iohInSbaSupported = false;
|
static constexpr bool iohInSbaSupported = false;
|
||||||
static constexpr bool auxTranslationSupported = true;
|
static constexpr bool auxTranslationSupported = true;
|
||||||
static constexpr bool deviceEnqueueSupport = false;
|
|
||||||
static constexpr bool fusedEuDispatchSupported = true;
|
static constexpr bool fusedEuDispatchSupported = true;
|
||||||
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
||||||
static constexpr bool forceGpuNonCoherent = false;
|
static constexpr bool forceGpuNonCoherent = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user