mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Reduce usage of global gfx core helper getter [6/n]
Related-To: NEO-6853 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
418e0f7322
commit
148ee669e6
@@ -67,7 +67,7 @@ void CommandListCoreFamily<gfxCoreFamily>::applyMemoryRangesBarrier(uint32_t num
|
||||
|
||||
NEO::flushGpuCache<GfxFamily>(commandStream, subranges,
|
||||
postSyncAddressToFlush,
|
||||
hwInfo);
|
||||
device->getNEODevice()->getRootDeviceEnvironment());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user