mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
feature: adjust maxWorkGroupSize value
Related-To: NEO-7357 Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6437c1a91e
commit
b9828b543e
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user