mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
refactor: rename global debug manager to debugManager
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f2ede40d2e
commit
c9664e6bad
@@ -29,8 +29,8 @@ void populateFactoryTable<CommandQueueHw<Family>>() {
|
||||
|
||||
template <>
|
||||
bool CommandQueueHw<Family>::isCacheFlushForBcsRequired() const {
|
||||
if (DebugManager.flags.ForceCacheFlushForBcs.get() != -1) {
|
||||
return !!DebugManager.flags.ForceCacheFlushForBcs.get();
|
||||
if (debugManager.flags.ForceCacheFlushForBcs.get() != -1) {
|
||||
return !!debugManager.flags.ForceCacheFlushForBcs.get();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user