Expression Templates Library (ETL)
Functions
one_if_max_sub.hpp File Reference

EGBLAS wrappers for the one_if_max_sub operation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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...
 

Detailed Description

EGBLAS wrappers for the one_if_max_sub operation.

Function Documentation

◆ 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
bThe batch dimension of the matrix
nThe size of the output vector
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe 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
bThe batch dimension of the matrix
nThe size of the output vector
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b