Skip to content

Commit a48398b

Browse files
authored
[UR] Unify name of argument in signature of appendKernelLaunchLocked() (#20704)
Unify name of the `callWithArgs` argument in the signature of `appendKernelLaunchLocked()`. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent a7d654c commit a48398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ struct ur_command_list_manager {
280280
uint32_t workDim, const size_t *pGlobalWorkOffset,
281281
const size_t *pGlobalWorkSize, const size_t *pLocalWorkSize,
282282
wait_list_view &waitListView, ur_event_handle_t phEvent, bool cooperative,
283-
bool withArgs = false, void *pNext = nullptr);
283+
bool callWithArgs = false, void *pNext = nullptr);
284284

285285
ur_result_t appendKernelLaunchUnlocked(
286286
ur_kernel_handle_t hKernel, uint32_t workDim,

0 commit comments

Comments
 (0)