mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Cleanup Kernel class
move deviceVector to MultiDeviceKernel class remove Device arg 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
a86cb2d4db
commit
35ff284944
@@ -19,7 +19,7 @@ void NEO::SyncBufferHandler::prepareForEnqueue(size_t workGroupsCount, KernelT &
|
||||
usedBufferSize = 0;
|
||||
}
|
||||
|
||||
kernel.patchSyncBuffer(device, graphicsAllocation, usedBufferSize);
|
||||
kernel.patchSyncBuffer(graphicsAllocation, usedBufferSize);
|
||||
|
||||
usedBufferSize += requiredSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user