mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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 true;
|
||||
}
|
||||
|
||||
bool ApiSpecificConfig::isBcsSplitWaSupported() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ApiSpecificConfig::getGlobalBindlessHeapConfiguration() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user