Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ ur_result_t ur_command_list_manager::appendKernelLaunchUnlocked(
wait_list_view waitListView =
getWaitListView(phEventWaitList, numEventsInWaitList);

// last arguments: pKMemObj == nullptr and pNext == nullptr
return appendKernelLaunchLocked(
hKernel, hZeKernel, workDim, pGlobalWorkOffset, pGlobalWorkSize,
pLocalWorkSize, waitListView, phEvent, cooperative);
Expand Down
Loading