From 68ff4f01c8b7398942de1701770f8730c659f47b Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Thu, 20 Nov 2025 14:40:44 +0000 Subject: [PATCH] [UR] Unify name of argument in signature of appendKernelLaunchLocked() Unify name of the `callWithArgs` argument in the signature of appendKernelLaunchLocked(). Signed-off-by: Lukasz Dorau --- .../source/adapters/level_zero/v2/command_list_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.hpp b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.hpp index 907beb6a3deb..94d8f5a031ef 100644 --- a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.hpp +++ b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.hpp @@ -280,7 +280,7 @@ struct ur_command_list_manager { uint32_t workDim, const size_t *pGlobalWorkOffset, const size_t *pGlobalWorkSize, const size_t *pLocalWorkSize, wait_list_view &waitListView, ur_event_handle_t phEvent, bool cooperative, - bool withArgs = false, void *pNext = nullptr); + bool callWithArgs = false, void *pNext = nullptr); ur_result_t appendKernelLaunchUnlocked( ur_kernel_handle_t hKernel, uint32_t workDim,