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:
Mateusz Hoppe
2023-05-30 08:26:29 +00:00
committed by Compute-Runtime-Automation
parent 177d5ab602
commit 1c196b9f3d
25 changed files with 47 additions and 43 deletions

View File

@@ -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 {