hipblasgetproperty Interface Reference#
hipfort_hipblas::hipblasgetproperty Interface Reference
Gets a specific property of the hipBLAS library. More...
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblasgetproperty_ (mytype, myvalue) |
Detailed Description
Gets a specific property of the hipBLAS library.
Returns requested property value (major, minor, or patch). Does not require a handle.
- Parameters
-
[in] myType - Property type to query [out] myValue - Pointer to integer for property value
- Returns
- HIPBLAS_STATUS_SUCCESS or HIPBLAS_STATUS_INVALID_VALUE
Member Function/Subroutine Documentation
◆ hipblasgetproperty_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasgetproperty::hipblasgetproperty_ | ( | integer(kind(hipblas_major_version)), value | mytype, |
| type(c_ptr), value | myvalue | ||
| ) |
The documentation for this interface was generated from the following file: