SWDEV-290704 - Add HIPrtc doxygen in API headers
Change-Id: I629bdeaef7a01aec45bb9453d883213c73008d1c
[ROCm/hip commit: 470f3e521c]
Этот коммит содержится в:
коммит произвёл
Julia Jiang
родитель
c83c166620
Коммит
cd7252f82d
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user