File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11044,8 +11044,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferEnqueueExp(
1104411044///
1104511045/// @details
1104611046/// This entry-point is synchronous and may block if the command-buffer is
11047- /// executing when the entry-point is called. On error, none of the updates to
11048- /// mutable- command objects are preserved .
11047+ /// executing when the entry-point is called. On error, the state of the
11048+ /// command-buffer commands being updated is undefined .
1104911049///
1105011050/// @returns
1105111051/// - ::UR_RESULT_SUCCESS
Original file line number Diff line number Diff line change @@ -1169,7 +1169,7 @@ returns:
11691169--- # --------------------------------------------------------------------------
11701170type : function
11711171desc : " Update a kernel launch command in a finalized command-buffer."
1172- details : " This entry-point is synchronous and may block if the command-buffer is executing when the entry-point is called. On error, none of the updates to mutable-command objects are preserved ."
1172+ details : " This entry-point is synchronous and may block if the command-buffer is executing when the entry-point is called. On error, the state of the command-buffer commands being updated is undefined ."
11731173class : $xCommandBuffer
11741174name : UpdateKernelLaunchExp
11751175params :
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ ur_result_t urCommandBufferAppendUSMAdviseExp(
218218}
219219
220220ur_result_t urCommandBufferUpdateKernelLaunchExp (
221- ur_exp_command_buffer_command_handle_t hCommand ,
221+ ur_exp_command_buffer_handle_t hCommandBuffer, uint32_t numKernelUpdates ,
222222 const ur_exp_command_buffer_update_kernel_launch_desc_t
223223 *pUpdateKernelLaunch) {
224224 logger::error (" {} function not implemented!" , __FUNCTION__);
Original file line number Diff line number Diff line change @@ -8752,8 +8752,8 @@ ur_result_t UR_APICALL urCommandBufferEnqueueExp(
87528752// /
87538753// / @details
87548754// / This entry-point is synchronous and may block if the command-buffer is
8755- // / executing when the entry-point is called. On error, none of the updates to
8756- // / mutable- command objects are preserved .
8755+ // / executing when the entry-point is called. On error, the state of the
8756+ // / command-buffer commands being updated is undefined .
87578757// /
87588758// / @returns
87598759// / - ::UR_RESULT_SUCCESS
Original file line number Diff line number Diff line change @@ -7646,8 +7646,8 @@ ur_result_t UR_APICALL urCommandBufferEnqueueExp(
76467646// /
76477647// / @details
76487648// / This entry-point is synchronous and may block if the command-buffer is
7649- // / executing when the entry-point is called. On error, none of the updates to
7650- // / mutable- command objects are preserved .
7649+ // / executing when the entry-point is called. On error, the state of the
7650+ // / command-buffer commands being updated is undefined .
76517651// /
76527652// / @returns
76537653// / - ::UR_RESULT_SUCCESS
You can’t perform that action at this time.
0 commit comments