rocblas_set_performance_metric Interface Reference#
hipfort_rocblas::rocblas_set_performance_metric Interface Reference
specifies the performance metric that solution selection uses More...
Public Member Functions | |
integer(kind(rocblas_status_success)) function | rocblas_set_performance_metric_ (handle, metric) |
Detailed Description
specifies the performance metric that solution selection uses
Determines which performance metric will be used by Tensile when selecting the optimal solution for gemm problems. If a valid solution benchmarked for this performance metric does not exist for a problem, Tensile will default to a solution benchmarked for overall performance instead.
- Parameters
-
[in] handle [rocblas_handle] the handle of device [in] metric [rocblas_performance_metric] the performance metric to be used
Member Function/Subroutine Documentation
◆ rocblas_set_performance_metric_()
integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_set_performance_metric::rocblas_set_performance_metric_ | ( | type(c_ptr), value | handle, |
integer(kind(rocblas_default_performance_metric)), value | metric | ||
) |
The documentation for this interface was generated from the following file: