Skip to content

Commit 9a32628

Browse files
Revert "feature: enable global bindless allocator on xe2hpg"
This reverts commit 2f4d240. Signed-off-by: Compute-Runtime-Validation <[email protected]>
1 parent c6bed1b commit 9a32628

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

shared/source/release_helper/release_helper_common_xe2_hpg.inl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ const std::string ReleaseHelperHw<release>::getDeviceConfigString(uint32_t tileC
2828
return configString;
2929
}
3030

31-
template <>
32-
bool ReleaseHelperHw<release>::isGlobalBindlessAllocatorEnabled() const {
33-
return true;
34-
}
35-
3631
} // namespace NEO

shared/test/unit_test/release_helper/release_helper_20_01_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ TEST_F(ReleaseHelper2001Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
3939
EXPECT_FALSE(releaseHelper->isBindlessAddressingDisabled());
4040
EXPECT_EQ(8u, releaseHelper->getNumThreadsPerEu());
4141
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
42-
EXPECT_TRUE(releaseHelper->isGlobalBindlessAllocatorEnabled());
4342
}
4443
}
4544

shared/test/unit_test/release_helper/release_helper_20_04_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ TEST_F(ReleaseHelper2004Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
4040
EXPECT_FALSE(releaseHelper->isBindlessAddressingDisabled());
4141
EXPECT_EQ(8u, releaseHelper->getNumThreadsPerEu());
4242
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
43-
EXPECT_TRUE(releaseHelper->isGlobalBindlessAllocatorEnabled());
4443
}
4544
}
4645

0 commit comments

Comments
 (0)