rocblas_initialize Interface Reference#
hipfort_rocblas::rocblas_initialize Interface Reference
Initialize rocBLAS on the current HIP device to avoid costly startup time for the first call on that device. More...
Public Member Functions | |
| subroutine | rocblas_initialize_ () |
Detailed Description
Initialize rocBLAS on the current HIP device to avoid costly startup time for the first call on that device.
Calling rocblas_initialize() allows upfront initialization, including device-specific kernel setup. Otherwise, this function is automatically called on the first function call that requires these initializations (mainly GEMM).
Member Function/Subroutine Documentation
◆ rocblas_initialize_()
| subroutine hipfort_rocblas::rocblas_initialize::rocblas_initialize_ |
The documentation for this interface was generated from the following file: