Version Information

Version Information#

Rocprofiler SDK Developer API: Version Information
Rocprofiler SDK Developer API 0.5.0
ROCm Profiling API and tools
Version Information

Functions

ncclResult_t ncclGetVersion (int *version)
 Return the RCCL_VERSION_CODE of RCCL in the supplied integer.
 

Detailed Description

API call that returns RCCL version

Function Documentation

◆ ncclGetVersion()

ncclResult_t ncclGetVersion ( int *  version)

Return the RCCL_VERSION_CODE of RCCL in the supplied integer.

This integer is coded with the MAJOR, MINOR and PATCH level of RCCL.

Returns
Result code. See Result Codes for more details.
Parameters
[out]versionPointer to where version will be stored