EGBLAS wrappers for the transpose_front operation.
More...
Go to the source code of this file.
|
| 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...
|
| |
EGBLAS wrappers for the transpose_front operation.
◆ 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
-
| 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 |
◆ 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
-
| 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 |