Pass internal kernel object to enqueueKernel method

Related-To: NEO-5001
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-03-08 17:27:24 +01:00
committed by Compute-Runtime-Automation
parent 965a3ee592
commit 056300f01f
6 changed files with 17 additions and 26 deletions

View File

@@ -144,7 +144,7 @@ class CommandQueueHw : public CommandQueue {
const cl_event *eventWaitList,
cl_event *event) override;
cl_int enqueueKernel(cl_kernel kernel,
cl_int enqueueKernel(Kernel *kernel,
cl_uint workDim,
const size_t *globalWorkOffset,
const size_t *globalWorkSize,