@@ -622,7 +622,7 @@ urLoaderConfigRetain(
622
622
/// + `NULL == hLoaderConfig`
623
623
UR_APIEXPORT ur_result_t UR_APICALL
624
624
urLoaderConfigRelease(
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
626
626
);
627
627
628
628
///////////////////////////////////////////////////////////////////////////////
@@ -845,7 +845,7 @@ urAdapterGet(
845
845
/// + `NULL == hAdapter`
846
846
UR_APIEXPORT ur_result_t UR_APICALL
847
847
urAdapterRelease(
848
- ur_adapter_handle_t hAdapter ///< [in] Adapter handle to release
848
+ ur_adapter_handle_t hAdapter ///< [in][release] Adapter handle to release
849
849
);
850
850
851
851
///////////////////////////////////////////////////////////////////////////////
@@ -1764,7 +1764,7 @@ urDeviceRetain(
1764
1764
/// + `NULL == hDevice`
1765
1765
UR_APIEXPORT ur_result_t UR_APICALL
1766
1766
urDeviceRelease(
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.
1768
1768
);
1769
1769
1770
1770
///////////////////////////////////////////////////////////////////////////////
@@ -2271,7 +2271,7 @@ typedef enum ur_context_info_t {
2271
2271
/// + `NULL == hContext`
2272
2272
UR_APIEXPORT ur_result_t UR_APICALL
2273
2273
urContextRelease(
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.
2275
2275
);
2276
2276
2277
2277
///////////////////////////////////////////////////////////////////////////////
@@ -2761,7 +2761,7 @@ urMemRetain(
2761
2761
/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
2762
2762
UR_APIEXPORT ur_result_t UR_APICALL
2763
2763
urMemRelease(
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
2765
2765
);
2766
2766
2767
2767
///////////////////////////////////////////////////////////////////////////////
@@ -3153,7 +3153,7 @@ urSamplerRetain(
3153
3153
/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
3154
3154
UR_APIEXPORT ur_result_t UR_APICALL
3155
3155
urSamplerRelease(
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
3157
3157
);
3158
3158
3159
3159
///////////////////////////////////////////////////////////////////////////////
@@ -3712,7 +3712,7 @@ urUSMPoolRetain(
3712
3712
/// + `NULL == pPool`
3713
3713
UR_APIEXPORT ur_result_t UR_APICALL
3714
3714
urUSMPoolRelease(
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
3716
3716
);
3717
3717
3718
3718
///////////////////////////////////////////////////////////////////////////////
@@ -4061,7 +4061,7 @@ urPhysicalMemRetain(
4061
4061
/// + `NULL == hPhysicalMem`
4062
4062
UR_APIEXPORT ur_result_t UR_APICALL
4063
4063
urPhysicalMemRelease(
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.
4065
4065
);
4066
4066
4067
4067
#if !defined(__GNUC__)
@@ -4354,7 +4354,7 @@ urProgramRetain(
4354
4354
/// + `NULL == hProgram`
4355
4355
UR_APIEXPORT ur_result_t UR_APICALL
4356
4356
urProgramRelease(
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
4358
4358
);
4359
4359
4360
4360
///////////////////////////////////////////////////////////////////////////////
@@ -5005,7 +5005,7 @@ urKernelRetain(
5005
5005
/// + `NULL == hKernel`
5006
5006
UR_APIEXPORT ur_result_t UR_APICALL
5007
5007
urKernelRelease(
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
5009
5009
);
5010
5010
5011
5011
///////////////////////////////////////////////////////////////////////////////
@@ -5516,7 +5516,7 @@ urQueueRetain(
5516
5516
/// - ::UR_RESULT_ERROR_OUT_OF_RESOURCES
5517
5517
UR_APIEXPORT ur_result_t UR_APICALL
5518
5518
urQueueRelease(
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
5520
5520
);
5521
5521
5522
5522
///////////////////////////////////////////////////////////////////////////////
@@ -5905,7 +5905,7 @@ urEventRetain(
5905
5905
/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
5906
5906
UR_APIEXPORT ur_result_t UR_APICALL
5907
5907
urEventRelease(
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
5909
5909
);
5910
5910
5911
5911
///////////////////////////////////////////////////////////////////////////////
@@ -7551,7 +7551,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7551
7551
urBindlessImagesUnsampledImageHandleDestroyExp(
7552
7552
ur_context_handle_t hContext, ///< [in] handle of the context object
7553
7553
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
7555
7555
);
7556
7556
7557
7557
///////////////////////////////////////////////////////////////////////////////
@@ -7576,7 +7576,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7576
7576
urBindlessImagesSampledImageHandleDestroyExp(
7577
7577
ur_context_handle_t hContext, ///< [in] handle of the context object
7578
7578
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
7580
7580
);
7581
7581
7582
7582
///////////////////////////////////////////////////////////////////////////////
@@ -7636,7 +7636,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7636
7636
urBindlessImagesImageFreeExp(
7637
7637
ur_context_handle_t hContext, ///< [in] handle of the context object
7638
7638
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
7640
7640
);
7641
7641
7642
7642
///////////////////////////////////////////////////////////////////////////////
@@ -7850,7 +7850,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7850
7850
urBindlessImagesMipmapFreeExp(
7851
7851
ur_context_handle_t hContext, ///< [in] handle of the context object
7852
7852
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
7854
7854
);
7855
7855
7856
7856
///////////////////////////////////////////////////////////////////////////////
@@ -7941,7 +7941,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7941
7941
urBindlessImagesReleaseInteropExp(
7942
7942
ur_context_handle_t hContext, ///< [in] handle of the context object
7943
7943
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
7945
7945
);
7946
7946
7947
7947
///////////////////////////////////////////////////////////////////////////////
@@ -7997,7 +7997,7 @@ UR_APIEXPORT ur_result_t UR_APICALL
7997
7997
urBindlessImagesDestroyExternalSemaphoreExp(
7998
7998
ur_context_handle_t hContext, ///< [in] handle of the context object
7999
7999
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
8001
8001
);
8002
8002
8003
8003
///////////////////////////////////////////////////////////////////////////////
@@ -8271,7 +8271,7 @@ urCommandBufferRetainExp(
8271
8271
/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
8272
8272
UR_APIEXPORT ur_result_t UR_APICALL
8273
8273
urCommandBufferReleaseExp(
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.
8275
8275
);
8276
8276
8277
8277
///////////////////////////////////////////////////////////////////////////////
@@ -8819,7 +8819,7 @@ urCommandBufferRetainCommandExp(
8819
8819
/// - ::UR_RESULT_ERROR_OUT_OF_HOST_MEMORY
8820
8820
UR_APIEXPORT ur_result_t UR_APICALL
8821
8821
urCommandBufferReleaseCommandExp(
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.
8823
8823
);
8824
8824
8825
8825
///////////////////////////////////////////////////////////////////////////////
0 commit comments