mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Revert "Adjust maxWorkGroupSize value"
This reverts commit f7685a93e4.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
83eb52591d
commit
678e47de2d
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user