@@ -621,7 +621,7 @@ urLoaderConfigRetain(
621621/// + `NULL == hLoaderConfig`
622622UR_APIEXPORT ur_result_t UR_APICALL
623623urLoaderConfigRelease(
624- ur_loader_config_handle_t hLoaderConfig ///< [in] config handle to release
624+ ur_loader_config_handle_t hLoaderConfig ///< [in][release] config handle to release
625625);
626626
627627///////////////////////////////////////////////////////////////////////////////
@@ -844,7 +844,7 @@ urAdapterGet(
844844/// + `NULL == hAdapter`
845845UR_APIEXPORT ur_result_t UR_APICALL
846846urAdapterRelease(
847- ur_adapter_handle_t hAdapter ///< [in] Adapter handle to release
847+ ur_adapter_handle_t hAdapter ///< [in][release] Adapter handle to release
848848);
849849
850850///////////////////////////////////////////////////////////////////////////////
@@ -1760,7 +1760,7 @@ urDeviceRetain(
17601760/// + `NULL == hDevice`
17611761UR_APIEXPORT ur_result_t UR_APICALL
17621762urDeviceRelease(
1763- ur_device_handle_t hDevice ///< [in] handle of the device to release.
1763+ ur_device_handle_t hDevice ///< [in][release] handle of the device to release.
17641764);
17651765
17661766///////////////////////////////////////////////////////////////////////////////
@@ -2267,7 +2267,7 @@ typedef enum ur_context_info_t {
22672267/// + `NULL == hContext`
22682268UR_APIEXPORT ur_result_t UR_APICALL
22692269urContextRelease(
2270- ur_context_handle_t hContext ///< [in] handle of the context to release.
2270+ ur_context_handle_t hContext ///< [in][release] handle of the context to release.
22712271);
22722272
22732273///////////////////////////////////////////////////////////////////////////////
@@ -2753,7 +2753,7 @@ urMemRetain(
27532753/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
27542754UR_APIEXPORT ur_result_t UR_APICALL
27552755urMemRelease(
2756- ur_mem_handle_t hMem ///< [in] handle of the memory object to release
2756+ ur_mem_handle_t hMem ///< [in][release] handle of the memory object to release
27572757);
27582758
27592759///////////////////////////////////////////////////////////////////////////////
@@ -3145,7 +3145,7 @@ urSamplerRetain(
31453145/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
31463146UR_APIEXPORT ur_result_t UR_APICALL
31473147urSamplerRelease(
3148- ur_sampler_handle_t hSampler ///< [in] handle of the sampler object to release
3148+ ur_sampler_handle_t hSampler ///< [in][release] handle of the sampler object to release
31493149);
31503150
31513151///////////////////////////////////////////////////////////////////////////////
@@ -3704,7 +3704,7 @@ urUSMPoolRetain(
37043704/// + `NULL == pPool`
37053705UR_APIEXPORT ur_result_t UR_APICALL
37063706urUSMPoolRelease(
3707- ur_usm_pool_handle_t pPool ///< [in] pointer to USM memory pool
3707+ ur_usm_pool_handle_t pPool ///< [in][release] pointer to USM memory pool
37083708);
37093709
37103710///////////////////////////////////////////////////////////////////////////////
@@ -4053,7 +4053,7 @@ urPhysicalMemRetain(
40534053/// + `NULL == hPhysicalMem`
40544054UR_APIEXPORT ur_result_t UR_APICALL
40554055urPhysicalMemRelease(
4056- ur_physical_mem_handle_t hPhysicalMem ///< [in] handle of the physical memory object to release.
4056+ ur_physical_mem_handle_t hPhysicalMem ///< [in][release] handle of the physical memory object to release.
40574057);
40584058
40594059#if !defined(__GNUC__)
@@ -4346,7 +4346,7 @@ urProgramRetain(
43464346/// + `NULL == hProgram`
43474347UR_APIEXPORT ur_result_t UR_APICALL
43484348urProgramRelease(
4349- ur_program_handle_t hProgram ///< [in] handle for the Program to release
4349+ ur_program_handle_t hProgram ///< [in][release] handle for the Program to release
43504350);
43514351
43524352///////////////////////////////////////////////////////////////////////////////
@@ -4993,7 +4993,7 @@ urKernelRetain(
49934993/// + `NULL == hKernel`
49944994UR_APIEXPORT ur_result_t UR_APICALL
49954995urKernelRelease(
4996- ur_kernel_handle_t hKernel ///< [in] handle for the Kernel to release
4996+ ur_kernel_handle_t hKernel ///< [in][release] handle for the Kernel to release
49974997);
49984998
49994999///////////////////////////////////////////////////////////////////////////////
@@ -5504,7 +5504,7 @@ urQueueRetain(
55045504/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
55055505UR_APIEXPORT ur_result_t UR_APICALL
55065506urQueueRelease(
5507- ur_queue_handle_t hQueue ///< [in] handle of the queue object to release
5507+ ur_queue_handle_t hQueue ///< [in][release] handle of the queue object to release
55085508);
55095509
55105510///////////////////////////////////////////////////////////////////////////////
@@ -5893,7 +5893,7 @@ urEventRetain(
58935893/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
58945894UR_APIEXPORT ur_result_t UR_APICALL
58955895urEventRelease(
5896- ur_event_handle_t hEvent ///< [in] handle of the event object
5896+ ur_event_handle_t hEvent ///< [in][release] handle of the event object
58975897);
58985898
58995899///////////////////////////////////////////////////////////////////////////////
@@ -7929,7 +7929,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
79297929urBindlessImagesReleaseInteropExp(
79307930 ur_context_handle_t hContext, ///< [in] handle of the context object
79317931 ur_device_handle_t hDevice, ///< [in] handle of the device object
7932- ur_exp_interop_mem_handle_t hInteropMem ///< [in] handle of interop memory to be freed
7932+ ur_exp_interop_mem_handle_t hInteropMem ///< [in][release] handle of interop memory to be freed
79337933);
79347934
79357935///////////////////////////////////////////////////////////////////////////////
@@ -8259,7 +8259,7 @@ urCommandBufferRetainExp(
82598259/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
82608260UR_APIEXPORT ur_result_t UR_APICALL
82618261urCommandBufferReleaseExp(
8262- ur_exp_command_buffer_handle_t hCommandBuffer ///< [in] Handle of the command-buffer object.
8262+ ur_exp_command_buffer_handle_t hCommandBuffer ///< [in][release] Handle of the command-buffer object.
82638263);
82648264
82658265///////////////////////////////////////////////////////////////////////////////
@@ -8807,7 +8807,7 @@ urCommandBufferRetainCommandExp(
88078807/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
88088808UR_APIEXPORT ur_result_t UR_APICALL
88098809urCommandBufferReleaseCommandExp(
8810- ur_exp_command_buffer_command_handle_t hCommand ///< [in] Handle of the command-buffer command.
8810+ ur_exp_command_buffer_command_handle_t hCommand ///< [in][release] Handle of the command-buffer command.
88118811);
88128812
88138813///////////////////////////////////////////////////////////////////////////////
0 commit comments