cudaBLAF class
basic linear algebra flow on top of cudaFlow
Contents
Constructors, destructors, conversion operators
Public functions
Function documentation
template<typename T>
cudaTask tf:: cudaBLAF:: transpose(const T* d_in,
T* d_out,
size_t rows,
size_t cols)
transposes a two-dimenstional matrix
| Template parameters | |
|---|---|
| T | data type |
| Parameters | |
| d_in | pointer to the source matrix |
| d_out | pointer to the target matrix |
| rows | number of rows in the source matrix |
| cols | number of columns in the source matrix |
| Returns | cudaTask handle |