@@ -622,7 +622,7 @@ urLoaderConfigRetain(
622622/// + `NULL == hLoaderConfig`
623623UR_APIEXPORT ur_result_t UR_APICALL
624624urLoaderConfigRelease(
625- ur_loader_config_handle_t hLoaderConfig ///< [in] config handle to release
625+ ur_loader_config_handle_t hLoaderConfig ///< [in][release] config handle to release
626626);
627627
628628///////////////////////////////////////////////////////////////////////////////
@@ -845,7 +845,7 @@ urAdapterGet(
845845/// + `NULL == hAdapter`
846846UR_APIEXPORT ur_result_t UR_APICALL
847847urAdapterRelease(
848- ur_adapter_handle_t hAdapter ///< [in] Adapter handle to release
848+ ur_adapter_handle_t hAdapter ///< [in][release] Adapter handle to release
849849);
850850
851851///////////////////////////////////////////////////////////////////////////////
@@ -1764,7 +1764,7 @@ urDeviceRetain(
17641764/// + `NULL == hDevice`
17651765UR_APIEXPORT ur_result_t UR_APICALL
17661766urDeviceRelease(
1767- ur_device_handle_t hDevice ///< [in] handle of the device to release.
1767+ ur_device_handle_t hDevice ///< [in][release] handle of the device to release.
17681768);
17691769
17701770///////////////////////////////////////////////////////////////////////////////
@@ -2271,7 +2271,7 @@ typedef enum ur_context_info_t {
22712271/// + `NULL == hContext`
22722272UR_APIEXPORT ur_result_t UR_APICALL
22732273urContextRelease(
2274- ur_context_handle_t hContext ///< [in] handle of the context to release.
2274+ ur_context_handle_t hContext ///< [in][release] handle of the context to release.
22752275);
22762276
22772277///////////////////////////////////////////////////////////////////////////////
@@ -2761,7 +2761,7 @@ urMemRetain(
27612761/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
27622762UR_APIEXPORT ur_result_t UR_APICALL
27632763urMemRelease(
2764- ur_mem_handle_t hMem ///< [in] handle of the memory object to release
2764+ ur_mem_handle_t hMem ///< [in][release] handle of the memory object to release
27652765);
27662766
27672767///////////////////////////////////////////////////////////////////////////////
@@ -3153,7 +3153,7 @@ urSamplerRetain(
31533153/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
31543154UR_APIEXPORT ur_result_t UR_APICALL
31553155urSamplerRelease(
3156- ur_sampler_handle_t hSampler ///< [in] handle of the sampler object to release
3156+ ur_sampler_handle_t hSampler ///< [in][release] handle of the sampler object to release
31573157);
31583158
31593159///////////////////////////////////////////////////////////////////////////////
@@ -3712,7 +3712,7 @@ urUSMPoolRetain(
37123712/// + `NULL == pPool`
37133713UR_APIEXPORT ur_result_t UR_APICALL
37143714urUSMPoolRelease(
3715- ur_usm_pool_handle_t pPool ///< [in] pointer to USM memory pool
3715+ ur_usm_pool_handle_t pPool ///< [in][release] pointer to USM memory pool
37163716);
37173717
37183718///////////////////////////////////////////////////////////////////////////////
@@ -4061,7 +4061,7 @@ urPhysicalMemRetain(
40614061/// + `NULL == hPhysicalMem`
40624062UR_APIEXPORT ur_result_t UR_APICALL
40634063urPhysicalMemRelease(
4064- ur_physical_mem_handle_t hPhysicalMem ///< [in] handle of the physical memory object to release.
4064+ ur_physical_mem_handle_t hPhysicalMem ///< [in][release] handle of the physical memory object to release.
40654065);
40664066
40674067#if !defined(__GNUC__)
@@ -4354,7 +4354,7 @@ urProgramRetain(
43544354/// + `NULL == hProgram`
43554355UR_APIEXPORT ur_result_t UR_APICALL
43564356urProgramRelease(
4357- ur_program_handle_t hProgram ///< [in] handle for the Program to release
4357+ ur_program_handle_t hProgram ///< [in][release] handle for the Program to release
43584358);
43594359
43604360///////////////////////////////////////////////////////////////////////////////
@@ -5005,7 +5005,7 @@ urKernelRetain(
50055005/// + `NULL == hKernel`
50065006UR_APIEXPORT ur_result_t UR_APICALL
50075007urKernelRelease(
5008- ur_kernel_handle_t hKernel ///< [in] handle for the Kernel to release
5008+ ur_kernel_handle_t hKernel ///< [in][release] handle for the Kernel to release
50095009);
50105010
50115011///////////////////////////////////////////////////////////////////////////////
@@ -5516,7 +5516,7 @@ urQueueRetain(
55165516/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
55175517UR_APIEXPORT ur_result_t UR_APICALL
55185518urQueueRelease(
5519- ur_queue_handle_t hQueue ///< [in] handle of the queue object to release
5519+ ur_queue_handle_t hQueue ///< [in][release] handle of the queue object to release
55205520);
55215521
55225522///////////////////////////////////////////////////////////////////////////////
@@ -5905,7 +5905,7 @@ urEventRetain(
59055905/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
59065906UR_APIEXPORT ur_result_t UR_APICALL
59075907urEventRelease(
5908- ur_event_handle_t hEvent ///< [in] handle of the event object
5908+ ur_event_handle_t hEvent ///< [in][release] handle of the event object
59095909);
59105910
59115911///////////////////////////////////////////////////////////////////////////////
@@ -7551,7 +7551,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
75517551urBindlessImagesUnsampledImageHandleDestroyExp(
75527552 ur_context_handle_t hContext, ///< [in] handle of the context object
75537553 ur_device_handle_t hDevice, ///< [in] handle of the device object
7554- ur_exp_image_handle_t hImage ///< [in] pointer to handle of image object to destroy
7554+ ur_exp_image_handle_t hImage ///< [in][release] pointer to handle of image object to destroy
75557555);
75567556
75577557///////////////////////////////////////////////////////////////////////////////
@@ -7576,7 +7576,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
75767576urBindlessImagesSampledImageHandleDestroyExp(
75777577 ur_context_handle_t hContext, ///< [in] handle of the context object
75787578 ur_device_handle_t hDevice, ///< [in] handle of the device object
7579- ur_exp_image_handle_t hImage ///< [in] pointer to handle of image object to destroy
7579+ ur_exp_image_handle_t hImage ///< [in][release] pointer to handle of image object to destroy
75807580);
75817581
75827582///////////////////////////////////////////////////////////////////////////////
@@ -7636,7 +7636,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
76367636urBindlessImagesImageFreeExp(
76377637 ur_context_handle_t hContext, ///< [in] handle of the context object
76387638 ur_device_handle_t hDevice, ///< [in] handle of the device object
7639- ur_exp_image_mem_handle_t hImageMem ///< [in] handle of image memory to be freed
7639+ ur_exp_image_mem_handle_t hImageMem ///< [in][release] handle of image memory to be freed
76407640);
76417641
76427642///////////////////////////////////////////////////////////////////////////////
@@ -7850,7 +7850,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
78507850urBindlessImagesMipmapFreeExp(
78517851 ur_context_handle_t hContext, ///< [in] handle of the context object
78527852 ur_device_handle_t hDevice, ///< [in] handle of the device object
7853- ur_exp_image_mem_handle_t hMem ///< [in] handle of image memory to be freed
7853+ ur_exp_image_mem_handle_t hMem ///< [in][release] handle of image memory to be freed
78547854);
78557855
78567856///////////////////////////////////////////////////////////////////////////////
@@ -7941,7 +7941,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
79417941urBindlessImagesReleaseInteropExp(
79427942 ur_context_handle_t hContext, ///< [in] handle of the context object
79437943 ur_device_handle_t hDevice, ///< [in] handle of the device object
7944- ur_exp_interop_mem_handle_t hInteropMem ///< [in] handle of interop memory to be freed
7944+ ur_exp_interop_mem_handle_t hInteropMem ///< [in][release] handle of interop memory to be freed
79457945);
79467946
79477947///////////////////////////////////////////////////////////////////////////////
@@ -7997,7 +7997,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
79977997urBindlessImagesDestroyExternalSemaphoreExp(
79987998 ur_context_handle_t hContext, ///< [in] handle of the context object
79997999 ur_device_handle_t hDevice, ///< [in] handle of the device object
8000- ur_exp_interop_semaphore_handle_t hInteropSemaphore ///< [in] handle of interop semaphore to be destroyed
8000+ ur_exp_interop_semaphore_handle_t hInteropSemaphore ///< [in][release] handle of interop semaphore to be destroyed
80018001);
80028002
80038003///////////////////////////////////////////////////////////////////////////////
@@ -8271,7 +8271,7 @@ urCommandBufferRetainExp(
82718271/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
82728272UR_APIEXPORT ur_result_t UR_APICALL
82738273urCommandBufferReleaseExp(
8274- ur_exp_command_buffer_handle_t hCommandBuffer ///< [in] Handle of the command-buffer object.
8274+ ur_exp_command_buffer_handle_t hCommandBuffer ///< [in][release] Handle of the command-buffer object.
82758275);
82768276
82778277///////////////////////////////////////////////////////////////////////////////
@@ -8819,7 +8819,7 @@ urCommandBufferRetainCommandExp(
88198819/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
88208820UR_APIEXPORT ur_result_t UR_APICALL
88218821urCommandBufferReleaseCommandExp(
8822- ur_exp_command_buffer_command_handle_t hCommand ///< [in] Handle of the command-buffer command.
8822+ ur_exp_command_buffer_command_handle_t hCommand ///< [in][release] Handle of the command-buffer command.
88238823);
88248824
88258825///////////////////////////////////////////////////////////////////////////////
0 commit comments