hipblasgetversion Interface Reference

hipblasgetversion Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasgetversion Interface Reference
hipfort_hipblas::hipblasgetversion Interface Reference

Gets the hipBLAS library version number. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasgetversion_ (handle, version)
 

Detailed Description

Gets the hipBLAS library version number.

Returns version as integer: major * 10000 + minor * 100 + patch. Example: version 3.5.1 returns 30501.

Handle parameter can be NULL.

Parameters
[in]handle- Handle to library context (can be NULL)
[out]version- Pointer to integer for version number
Returns
HIPBLAS_STATUS_SUCCESS or HIPBLAS_STATUS_INVALID_VALUE if version is NULL

Member Function/Subroutine Documentation

◆ hipblasgetversion_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasgetversion::hipblasgetversion_ ( type(c_ptr), value  handle,
integer(c_int)  version 
)

The documentation for this interface was generated from the following file: