hipblassetbatchbetastride Interface Reference

hipblassetbatchbetastride Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblassetbatchbetastride Interface Reference
hipfort_hipblas::hipblassetbatchbetastride Interface Reference

Set beta stride for a limited set of batched and strided_batched functions to specify the stride for beta between successive batch elements. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblassetbatchbetastride_ (handle, beta_stride)
 

Detailed Description

Set beta stride for a limited set of batched and strided_batched functions to specify the stride for beta between successive batch elements.

Only applies to hipblasPointerModeDevice and thus device side allocations. It enables interpretation of the beta pointer for both batched and strided_batched functions as a pointer to a vector of values. Default value is 0 which treats it as a pointer to a single scalar. Support is denoted with specific function documentation. Warning this is a modal like state in the handle. Restore to value 0 if no longer applicable to later function calls.

  • Supported in rocBLAS backend only.

Member Function/Subroutine Documentation

◆ hipblassetbatchbetastride_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassetbatchbetastride::hipblassetbatchbetastride_ ( type(c_ptr), value  handle,
integer(c_int64_t), value  beta_stride 
)

The documentation for this interface was generated from the following file: