rocblas_start_device_memory_size_query Interface Reference#
hipfort_rocblas::rocblas_start_device_memory_size_query Interface Reference
Public Member Functions | |
integer(kind(rocblas_status_success)) function | rocblas_start_device_memory_size_query_ (handle) |
Detailed Description
Indicates that subsequent rocBLAS kernel calls should collect the optimal device memory size in bytes for their given kernel arguments, and keep track of the maximum. Each kernel call can reuse temporary device memory on the same stream, so the maximum is collected. Returns rocblas_status_size_query_mismatch if another size query is already in progress; returns rocblas_status_success otherwise.
- Parameters
-
[in] handle rocblas handle
Member Function/Subroutine Documentation
◆ rocblas_start_device_memory_size_query_()
integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_start_device_memory_size_query::rocblas_start_device_memory_size_query_ | ( | type(c_ptr), value | handle | ) |
The documentation for this interface was generated from the following file: