We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8965f1 commit 74ad4f0Copy full SHA for 74ad4f0
include/hip/hip_runtime_api.h
@@ -1391,8 +1391,11 @@ typedef struct hipArrayMapInfo {
1391
*
1392
* Most HIP APIs implicitly initialize the HIP runtime.
1393
* This API provides control over the timing of the initialization.
1394
+ *
1395
+ * @param [in] flags Flags to init HIP runtime with, currently it must be 0
1396
1397
+ * @returns #hipSuccess, #hipErrorInvalidValue
1398
*/
-// TODO-ctx - more description on error codes.
1399
hipError_t hipInit(unsigned int flags);
1400
/**
1401
* @brief Returns the approximate HIP driver version.
0 commit comments