test: remove isUsingNonDefaultIoctls trait, use gen matcher instead

Related-To: NEO-12803
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-12-31 11:00:48 +00:00
committed by Compute-Runtime-Automation
parent 2b493be141
commit aa7f06ca58
5 changed files with 3 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ struct TestTraits<IGFX_GEN12LP_CORE> {
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
static constexpr bool iohInSbaSupported = true;
static constexpr bool auxTranslationSupported = true;
static constexpr bool isUsingNonDefaultIoctls = false;
static constexpr bool deviceEnqueueSupport = false;
static constexpr bool implementsPreambleThreadArbitration = false;
static constexpr bool forceGpuNonCoherent = true;

View File

@@ -28,5 +28,4 @@ struct TestTraits<IGFX_XE2_HPG_CORE> {
static constexpr bool isPipeControlExtendedPriorToNonPipelinedStateCommandSupported = false;
static constexpr bool largeGrfModeInStateComputeModeSupported = true;
static constexpr bool heaplessAllowed = false;
static constexpr bool isUsingNonDefaultIoctls = false;
};

View File

@@ -23,7 +23,6 @@ struct TestTraits<IGFX_XE_HPC_CORE> {
static constexpr bool deviceEnqueueSupport = false;
static constexpr bool fusedEuDispatchSupported = false;
static constexpr bool numberOfWalkersInCfeStateSupported = true;
static constexpr bool isUsingNonDefaultIoctls = true;
static constexpr bool forceGpuNonCoherent = false;
static constexpr bool isUnTypedDataPortCacheFlushSupported = true;
static constexpr bool imagesSupported = false;

View File

@@ -21,7 +21,6 @@ struct TestTraits<IGFX_XE_HPG_CORE> {
static constexpr bool iohInSbaSupported = false;
static constexpr bool auxTranslationSupported = true;
static constexpr bool deviceEnqueueSupport = false;
static constexpr bool isUsingNonDefaultIoctls = true;
static constexpr bool fusedEuDispatchSupported = true;
static constexpr bool numberOfWalkersInCfeStateSupported = true;
static constexpr bool forceGpuNonCoherent = false;