Revert "performance: Enable ULLS light for ARLS, ARLU, MTLU"
This reverts commit 0b6b51fa19
.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
parent
01a66a9347
commit
a929551cb2
|
@ -32,11 +32,6 @@ inline bool ReleaseHelperHw<release>::isAuxSurfaceModeOverrideRequired() const {
|
|||
return true;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ReleaseHelperHw<release>::isDirectSubmissionLightSupported() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
template <>
|
||||
inline bool ReleaseHelperHw<release>::isDotProductAccumulateSystolicSupported() const {
|
||||
return false;
|
||||
|
|
|
@ -43,7 +43,6 @@ TEST_F(ReleaseHelper1270Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
|
|||
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
|
||||
EXPECT_TRUE(releaseHelper->isNumRtStacksPerDssFixedValue());
|
||||
EXPECT_FALSE(releaseHelper->getFtrXe2Compression());
|
||||
EXPECT_TRUE(releaseHelper->isDirectSubmissionLightSupported());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue