@@ -384,6 +384,18 @@ ur_result_t urCommandBufferAppendUSMAdviseExp(
384
384
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
385
385
}
386
386
387
+ ur_result_t urCommandBufferRetainCommandExp (
388
+ ur_exp_command_buffer_command_handle_t hCommand) {
389
+ logger::error (" {} function not implemented!" , __FUNCTION__);
390
+ return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
391
+ }
392
+
393
+ ur_result_t urCommandBufferReleaseCommandExp (
394
+ ur_exp_command_buffer_command_handle_t hCommand) {
395
+ logger::error (" {} function not implemented!" , __FUNCTION__);
396
+ return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
397
+ }
398
+
387
399
ur_result_t urCommandBufferUpdateKernelLaunchExp (
388
400
ur_exp_command_buffer_command_handle_t hCommand,
389
401
const ur_exp_command_buffer_update_kernel_launch_desc_t
@@ -406,18 +418,6 @@ ur_result_t urCommandBufferUpdateWaitEventsExp(
406
418
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
407
419
}
408
420
409
- ur_result_t urCommandBufferRetainCommandExp (
410
- ur_exp_command_buffer_command_handle_t hCommand) {
411
- logger::error (" {} function not implemented!" , __FUNCTION__);
412
- return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
413
- }
414
-
415
- ur_result_t urCommandBufferReleaseCommandExp (
416
- ur_exp_command_buffer_command_handle_t hCommand) {
417
- logger::error (" {} function not implemented!" , __FUNCTION__);
418
- return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
419
- }
420
-
421
421
ur_result_t urCommandBufferCommandGetInfoExp (
422
422
ur_exp_command_buffer_command_handle_t hCommand,
423
423
ur_exp_command_buffer_command_info_t propName, size_t propSize,
0 commit comments