SWDEV-290704 - Add HIPrtc doxygen in API headers

Change-Id: I629bdeaef7a01aec45bb9453d883213c73008d1c
Cette révision appartient à :
Julia Jiang
2021-06-10 14:59:13 -04:00
révisé par Julia Jiang
Parent 408486d6d0
révision 470f3e521c
2 fichiers modifiés avec 32 ajouts et 10 suppressions
+16 -5
Voir le fichier
@@ -3765,7 +3765,7 @@ hipError_t hipExtLaunchKernel(const void* function_address, dim3 numBlocks, dim3
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup Textur Texture Management
* @defgroup Texture Texture Management
* @{
* This section describes the texture management functions of HIP runtime API.
*/
@@ -4005,6 +4005,21 @@ hipError_t hipMipmappedArrayGetLevel(
hipArray_t* pLevelArray,
hipMipmappedArray_t hMipMappedArray,
unsigned int level);
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup Runtime Runtime Compilation
* @{
* This section describes the runtime compilation functions of HIP runtime API.
*
*/
// This group is for HIPrtc
// doxygen end Runtime
/**
* @}
*/
/**
* Callback/Activity API
@@ -4341,10 +4356,6 @@ static inline hipError_t hipUnbindTexture(
return hipUnbindTexture(&tex);
}
// doxygen end Texture
/**
* @}
*/
#endif // __cplusplus
+16 -5
Voir le fichier
@@ -3807,7 +3807,7 @@ hipError_t hipExtLaunchKernel(const void* function_address, dim3 numBlocks, dim3
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup Textur Texture Management
* @defgroup Texture Texture Management
* @{
* This section describes the texture management functions of HIP runtime API.
*/
@@ -4000,6 +4000,21 @@ hipError_t hipMipmappedArrayGetLevel(
hipArray_t* pLevelArray,
hipMipmappedArray_t hMipMappedArray,
unsigned int level);
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup Runtime Runtime Compilation
* @{
* This section describes the runtime compilation functions of HIP runtime API.
*
*/
// This group is for HIPrtc
// doxygen end Runtime
/**
* @}
*/
/**
* Callback/Activity API
*/
@@ -4287,10 +4302,6 @@ static inline hipError_t hipUnbindTexture(
{
return hipUnbindTexture(&tex);
}
// doxygen end Texture
/**
* @}
*/
#endif // __cplusplus
#ifdef __GNUC__
#pragma GCC visibility pop