EGBLAS wrappers for the one_if_max_sub operation.
More...
Go to the source code of this file.
|
| void | etl::impl::egblas::one_if_max_sub ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] float alpha, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for single-precision egblas one_if_max_sub operation. More...
|
| |
| void | etl::impl::egblas::one_if_max_sub ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] double alpha, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for double-precision egblas one_if_max_sub operation. More...
|
| |
EGBLAS wrappers for the one_if_max_sub operation.
◆ one_if_max_sub() [1/2]
| void etl::impl::egblas::one_if_max_sub |
( |
[[maybe_unused] ] size_t |
b, |
|
|
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] float |
alpha, |
|
|
[[maybe_unused] ] float * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] float * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for single-precision egblas one_if_max_sub operation.
- Parameters
-
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
◆ one_if_max_sub() [2/2]
| void etl::impl::egblas::one_if_max_sub |
( |
[[maybe_unused] ] size_t |
b, |
|
|
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] double |
alpha, |
|
|
[[maybe_unused] ] double * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] double * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for double-precision egblas one_if_max_sub operation.
- Parameters
-
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |