BatchedTransposeKargs Struct Reference#
ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs Struct Reference
#include <batched_transpose_kernel.hpp>
Public Attributes | |
| const void * | p_input |
| void * | p_output |
| index_t | batch |
| index_t | height |
| index_t | width |
| index_t | dim_stride |
Member Data Documentation
◆ batch
template<typename Pipeline_>
| index_t ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::batch |
◆ dim_stride
template<typename Pipeline_>
| index_t ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::dim_stride |
◆ height
template<typename Pipeline_>
| index_t ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::height |
◆ p_input
template<typename Pipeline_>
| const void* ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::p_input |
◆ p_output
template<typename Pipeline_>
| void* ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::p_output |
◆ width
template<typename Pipeline_>
| index_t ck_tile::BatchedTransposeKernel< Pipeline_ >::BatchedTransposeKargs::width |
The documentation for this struct was generated from the following file: