Revert "Adjust maxWorkGroupSize value"

This reverts commit f7685a93e4.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-02-20 11:46:37 +01:00
committed by Compute-Runtime-Automation
parent 83eb52591d
commit 678e47de2d
14 changed files with 21 additions and 83 deletions

View File

@@ -19,5 +19,4 @@ struct TestTraits<IGFX_GEN12LP_CORE> {
static constexpr bool implementsPreambleThreadArbitration = false;
static constexpr bool forceGpuNonCoherent = true;
static constexpr bool imagesSupported = true;
static constexpr bool largeGrfModeInStateComputeModeSupported = true;
};

View File

@@ -29,5 +29,4 @@ struct TestTraits<IGFX_XE_HPC_CORE> {
static constexpr bool isUnTypedDataPortCacheFlushSupported = true;
static constexpr bool imagesSupported = false;
static constexpr bool isPipeControlExtendedPriorToNonPipelinedStateCommandSupported = true;
static constexpr bool largeGrfModeInStateComputeModeSupported = true;
};

View File

@@ -29,5 +29,4 @@ struct TestTraits<IGFX_XE_HPG_CORE> {
static constexpr bool isUnTypedDataPortCacheFlushSupported = true;
static constexpr bool imagesSupported = true;
static constexpr bool isPipeControlExtendedPriorToNonPipelinedStateCommandSupported = false;
static constexpr bool largeGrfModeInStateComputeModeSupported = true;
};