SWDEV-249486-Update HIP doxygen

Change-Id: Id32772b8f4d495e0f1bd3cb5cd1ec211a06298c3


[ROCm/hip commit: 4e7f420722]
이 커밋은 다음에 포함됨:
Julia Jiang
2020-10-13 12:55:51 -04:00
커밋한 사람 Julia Jiang
부모 443f975e97
커밋 c506e4ebdd
2개의 변경된 파일9개의 추가작업 그리고 13개의 파일을 삭제
-13
파일 보기
@@ -365,19 +365,6 @@ extern void ihipPostLaunchKernel(const char* kernelName, hipStream_t stream, gri
#endif //__HCC_CPP__
/**
* @defgroup HIP-ENV HIP Environment Variables
* @{
*/
// extern int HIP_PRINT_ENV ; ///< Print all HIP-related environment variables.
// extern int HIP_TRACE_API; ///< Trace HIP APIs.
// extern int HIP_LAUNCH_BLOCKING ; ///< Make all HIP APIs host-synchronous
/**
* @}
*/
// End doxygen API:
/**
* @}
+9
파일 보기
@@ -3046,6 +3046,15 @@ hipError_t hipModuleGetGlobal(hipDeviceptr_t* dptr, size_t* bytes,
hipModule_t hmod, const char* name);
#endif // __HIP_ROCclr__
/**
* @brief returns the handle of the texture reference with the name from the module.
*
* @param [in] hmod
* @param [in] name
* @param [out] texRef
*
* @returns hipSuccess, hipErrorNotInitialized, hipErrorNotFound, hipErrorInvalidValue
*/
hipError_t hipModuleGetTexRef(textureReference** texRef, hipModule_t hmod, const char* name);
/**