mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Reduce usage of global gfx core helper getter [2/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
ca14e411e4
commit
ecea487cf0
@@ -177,7 +177,7 @@ BlitOperationResult BlitHelper::blitMemoryToAllocationBanks(const Device &device
|
||||
if (!hwInfo.capabilityTable.blitterOperationsSupported) {
|
||||
return BlitOperationResult::Unsupported;
|
||||
}
|
||||
auto &gfxCoreHelper = GfxCoreHelper::get(hwInfo.platform.eRenderCoreFamily);
|
||||
auto &gfxCoreHelper = device.getGfxCoreHelper();
|
||||
|
||||
UNRECOVERABLE_IF(memoryBanks.none());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user