Skip to content

Commit a929551

Browse files
Revert "performance: Enable ULLS light for ARLS, ARLU, MTLU"
This reverts commit 0b6b51f. Signed-off-by: Compute-Runtime-Validation <[email protected]>
1 parent 01a66a9 commit a929551

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

shared/source/release_helper/release_helper_1270.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ inline bool ReleaseHelperHw<release>::isAuxSurfaceModeOverrideRequired() const {
3232
return true;
3333
}
3434

35-
template <>
36-
bool ReleaseHelperHw<release>::isDirectSubmissionLightSupported() const {
37-
return true;
38-
}
39-
4035
template <>
4136
inline bool ReleaseHelperHw<release>::isDotProductAccumulateSystolicSupported() const {
4237
return false;

shared/test/unit_test/release_helper/release_helper_12_70_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ TEST_F(ReleaseHelper1270Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
4343
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
4444
EXPECT_TRUE(releaseHelper->isNumRtStacksPerDssFixedValue());
4545
EXPECT_FALSE(releaseHelper->getFtrXe2Compression());
46-
EXPECT_TRUE(releaseHelper->isDirectSubmissionLightSupported());
4746
}
4847
}
4948

0 commit comments

Comments
 (0)