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

EGBLAS wrappers for the transpose_front 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::transpose_front ([[maybe_unused]] size_t m, [[maybe_unused]] size_t n, [[maybe_unused]] size_t k, [[maybe_unused]] float *A, [[maybe_unused]] float *B)
 Wrappers for single-precision egblas transpose_front operation. More...
 
void etl::impl::egblas::transpose_front ([[maybe_unused]] size_t m, [[maybe_unused]] size_t n, [[maybe_unused]] size_t k, [[maybe_unused]] double *A, [[maybe_unused]] double *B)
 Wrappers for double-precision egblas transpose_front operation. More...
 

Detailed Description

EGBLAS wrappers for the transpose_front operation.

Function Documentation

◆ transpose_front() [1/2]

void etl::impl::egblas::transpose_front ( [[maybe_unused] ] size_t  m,
[[maybe_unused] ] size_t  n,
[[maybe_unused] ] size_t  k,
[[maybe_unused] ] float *  A,
[[maybe_unused] ] float *  B 
)
inline

Wrappers for single-precision egblas transpose_front 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

◆ transpose_front() [2/2]

void etl::impl::egblas::transpose_front ( [[maybe_unused] ] size_t  m,
[[maybe_unused] ] size_t  n,
[[maybe_unused] ] size_t  k,
[[maybe_unused] ] double *  A,
[[maybe_unused] ] double *  B 
)
inline

Wrappers for double-precision egblas transpose_front 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