diff --git a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp index 9d463f870e895..0d7016a2f1349 100644 --- a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp +++ b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp @@ -1172,6 +1172,8 @@ ur_result_t ur_command_list_manager::appendKernelLaunchWithArgsExpNew( const ur_kernel_launch_ext_properties_t *launchPropList, wait_list_view &waitListView, ur_event_handle_t phEvent) { + return UR_RESULT_ERROR_INVALID_COMMAND_BUFFER_SYNC_POINT_WAIT_LIST_EXP; + ur_result_t checkResult = kernelLaunchChecks(hKernel, workDim); if (checkResult != UR_RESULT_SUCCESS) { return checkResult;