mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
refactor: change ApiSpecificConfig functions names
- better description of the meaning of functions Related-To: NEO-7063 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
177d5ab602
commit
1c196b9f3d
@@ -40,10 +40,10 @@ bool ApiSpecificConfig::isStatelessCompressionSupported() {
|
||||
bool ApiSpecificConfig::isBcsSplitWaSupported() {
|
||||
return false;
|
||||
}
|
||||
bool ApiSpecificConfig::getHeapConfiguration() {
|
||||
bool ApiSpecificConfig::getGlobalBindlessHeapConfiguration() {
|
||||
return DebugManager.flags.UseExternalAllocatorForSshAndDsh.get();
|
||||
}
|
||||
bool ApiSpecificConfig::getBindlessConfiguration() {
|
||||
bool ApiSpecificConfig::getBindlessMode() {
|
||||
if (DebugManager.flags.UseBindlessMode.get() != -1) {
|
||||
return DebugManager.flags.UseBindlessMode.get();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user