rocblas_get_device_memory_size Interface Reference#
hipfort_rocblas::rocblas_get_device_memory_size Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_get_device_memory_size_ (handle, mysize) |
Detailed Description
Gets the current device memory size for the handle. Returns rocblas_status_invalid_handle if handle is nullptr, rocblas_status_invalid_pointer if size is nullptr, and rocblas_status_success otherwise.
- Parameters
-
[in] handle - rocblas handle [out] mySize - current device memory size for the handle
Member Function/Subroutine Documentation
◆ rocblas_get_device_memory_size_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_get_device_memory_size::rocblas_get_device_memory_size_ | ( | type(c_ptr), value | handle, |
| integer(c_size_t) | mysize | ||
| ) |
The documentation for this interface was generated from the following file: