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:
Compute-Runtime-Validation 2025-02-20 13:10:41 +01:00 committed by Compute-Runtime-Automation
parent 01a66a9347
commit a929551cb2
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -43,7 +43,6 @@ TEST_F(ReleaseHelper1270Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
EXPECT_TRUE(releaseHelper->isNumRtStacksPerDssFixedValue());
EXPECT_FALSE(releaseHelper->getFtrXe2Compression());
EXPECT_TRUE(releaseHelper->isDirectSubmissionLightSupported());
}
}