fix: Select csr once for staging buffer memcpy

Resolves: NEO-13083

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-11-22 14:35:22 +00:00
committed by Compute-Runtime-Automation
parent fccca2dba7
commit 7832b115a4
11 changed files with 114 additions and 72 deletions

View File

@@ -4947,7 +4947,8 @@ cl_int CL_API_CALL clEnqueueSVMMemcpy(cl_command_queue commandQueue,
size,
numEventsInWaitList,
eventWaitList,
event);
event,
nullptr);
}
} else {
retVal = pCommandQueue->enqueueMarkerWithWaitList(numEventsInWaitList, eventWaitList, event);