mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
Store single KernelInfo in Kernel
remove root device index from Kernel's methods Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ecceddcab6
commit
7098e9c5f2
@@ -43,7 +43,7 @@ class DispatchInfoFixture : public ContextFixture, public ClDeviceFixture {
|
||||
|
||||
pProgram = new MockProgram(pContext, false, toClDeviceVector(*pClDevice));
|
||||
|
||||
pKernel = new MockKernel(pProgram, MockKernel::toKernelInfoContainer(*pKernelInfo, rootDeviceIndex), *pClDevice);
|
||||
pKernel = new MockKernel(pProgram, *pKernelInfo, *pClDevice);
|
||||
pKernel->slmTotalSize = 128;
|
||||
}
|
||||
void TearDown() override {
|
||||
|
||||
Reference in New Issue
Block a user