feature: adjust maxWorkGroupSize value

Related-To: NEO-7357

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2023-03-20 12:41:39 +00:00
committed by Compute-Runtime-Automation
parent 6437c1a91e
commit b9828b543e
14 changed files with 71 additions and 19 deletions

View File

@@ -19,4 +19,5 @@ 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,4 +29,5 @@ 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,4 +29,5 @@ 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;
};