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 | |
| namespace | ck |
| namespace | ck::tensor_operation |
| namespace | ck::tensor_operation::device |
Functions | |
| template<typename TensorDesc, typename TileLengths, typename DoPads> | |
| __host__ __device__ constexpr 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) |