Skip to content

Commit 7e54a2e

Browse files
authored
[UR] Remove an outdated comment (#20667)
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent b8204f8 commit 7e54a2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ ur_result_t ur_command_list_manager::appendKernelLaunchUnlocked(
233233
wait_list_view waitListView =
234234
getWaitListView(phEventWaitList, numEventsInWaitList);
235235

236-
// last arguments: pKMemObj == nullptr and pNext == nullptr
237236
return appendKernelLaunchLocked(
238237
hKernel, hZeKernel, workDim, pGlobalWorkOffset, pGlobalWorkSize,
239238
pLocalWorkSize, waitListView, phEvent, cooperative);

0 commit comments

Comments
 (0)