mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Refactor: dont use global gfxCoreHelper getter in ocl files 2/n
Realated-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
884d286d60
commit
31bb84acd9
@@ -67,7 +67,7 @@ struct MultiDeviceKernelArgBufferTest : public ::testing::Test {
|
||||
kernelInfos[1] = pKernelInfosStorage[0].get();
|
||||
kernelInfos[2] = pKernelInfosStorage[1].get();
|
||||
|
||||
auto &gfxCoreHelper = GfxCoreHelper::get(renderCoreFamily);
|
||||
auto &gfxCoreHelper = pContext->getDevice(0)->getGfxCoreHelper();
|
||||
|
||||
for (auto i = 0u; i < 2; i++) {
|
||||
pKernelInfosStorage[i]->heapInfo.pSsh = pSshLocal[i];
|
||||
|
||||
Reference in New Issue
Block a user