transpose_vectors< f8_t, NX, NY > Struct Template Reference#
ck::transpose_vectors< f8_t, NX, NY > Struct Template Reference
#include <transpose_vectors.hpp>
Public Types | |
| using | S = f8_t |
| using | VX = vector_type<f8_t, s_per_x> |
| using | VY = vector_type<f8_t, s_per_y> |
Public Member Functions | |
| __device__ void | operator() (const StaticallyIndexedArray< const VX &, NX > &vx_tuple, StaticallyIndexedArray< VY &, NY > &vy_tuple) |
Static Public Attributes | |
| static constexpr index_t | s_per_x = NY |
| static constexpr index_t | s_per_y = NX |
Member Typedef Documentation
◆ S
| using ck::transpose_vectors< f8_t, NX, NY >::S = f8_t |
◆ VX
| using ck::transpose_vectors< f8_t, NX, NY >::VX = vector_type<f8_t, s_per_x> |
◆ VY
| using ck::transpose_vectors< f8_t, NX, NY >::VY = vector_type<f8_t, s_per_y> |
Member Function Documentation
◆ operator()()
|
inline |
Member Data Documentation
◆ s_per_x
|
staticconstexpr |
◆ s_per_y
|
staticconstexpr |
The documentation for this struct was generated from the following file: