test: remove not needed test trait

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2025-04-15 12:54:24 +00:00 committed by Compute-Runtime-Automation
parent 06e375fdc6
commit c16d02736d
5 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;