Revert "performance: Enable ULLS light for MTLH"

This reverts commit 7a62f27d8b.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-02-20 08:39:42 +01:00
committed by Compute-Runtime-Automation
parent a0a735804f
commit 0996247dfd
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(ReleaseHelper1271Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
EXPECT_TRUE(releaseHelper->isNumRtStacksPerDssFixedValue());
EXPECT_FALSE(releaseHelper->getFtrXe2Compression());
EXPECT_TRUE(releaseHelper->isDirectSubmissionLightSupported());
}
}