/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/tensor_operation/gpu/device/matrix_padder.hpp File Reference#
matrix_padder.hpp File Reference
#include "ck/utility/common_header.hpp"
#include "ck/tensor_description/tensor_descriptor.hpp"
#include "ck/tensor_description/tensor_descriptor_helper.hpp"
#include "ck/tensor_operation/gpu/device/gemm_specialization.hpp"
Go to the source code of this file.
Namespaces | |
ck | |
ck::tensor_operation | |
ck::tensor_operation::device | |
Functions | |
template<typename TensorDesc , typename TileLengths , typename DoPads > | |
__host__ constexpr __device__ auto | ck::tensor_operation::device::PadTensorDescriptor (const TensorDesc &desc, const TileLengths &tile_lengths, DoPads) |
template<GemmSpecialization GemmSpec, typename MPerTileType , typename NPerTileType , typename KPerTileType , typename CDesc_MRaw_NRaw > | |
auto | ck::tensor_operation::device::grid_desc (MatrixPadder< GemmSpec, MPerTileType, NPerTileType, KPerTileType > matrix_padder, CDesc_MRaw_NRaw conv_desc) |