hipblassetbatchalphastride Interface Reference#
Set alpha stride for a limited set of batched and strided_batched functions to specify the stride for alpha between successive batch elements. More...
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblassetbatchalphastride_ (handle, alpha_stride) |
Detailed Description
Set alpha stride for a limited set of batched and strided_batched functions to specify the stride for alpha between successive batch elements.
Only applies to hipblasPointerModeDevice and thus device side allocations. It enables interpretation of the alpha 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
◆ hipblassetbatchalphastride_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassetbatchalphastride::hipblassetbatchalphastride_ | ( | type(c_ptr), value | handle, |
| integer(c_int64_t), value | alpha_stride | ||
| ) |
The documentation for this interface was generated from the following file: