mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
fix: Remove not needed BCS split helper
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
082d33bb7c
commit
0bc5eead84
@@ -15,10 +15,6 @@ bool ApiSpecificConfig::isStatelessCompressionSupported() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ApiSpecificConfig::isBcsSplitWaSupported() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ApiSpecificConfig::getGlobalBindlessHeapConfiguration() {
|
||||
return DebugManager.flags.UseExternalAllocatorForSshAndDsh.get();
|
||||
}
|
||||
|
||||
@@ -31,10 +31,6 @@ TEST(ApiSpecificConfigL0Tests, WhenCheckingIfStatelessCompressionIsSupportedThen
|
||||
EXPECT_FALSE(ApiSpecificConfig::isStatelessCompressionSupported());
|
||||
}
|
||||
|
||||
TEST(ApiSpecificConfigL0Tests, WhenCheckingIfBcsSplitWaIsSupportedThenReturnTrue) {
|
||||
EXPECT_TRUE(ApiSpecificConfig::isBcsSplitWaSupported());
|
||||
}
|
||||
|
||||
TEST(ApiSpecificConfigL0Tests, givenMaxAllocSizeWhenGettingReducedMaxAllocSizeThenReturnSameValue) {
|
||||
EXPECT_EQ(1024u, ApiSpecificConfig::getReducedMaxAllocSize(1024));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user