reference_grouped_conv_bwd_weight.hpp File Reference

reference_grouped_conv_bwd_weight.hpp File Reference#

Composable Kernel: reference_grouped_conv_bwd_weight.hpp File Reference
reference_grouped_conv_bwd_weight.hpp File Reference
#include <cstdlib>
#include <thread>
#include "ck_tile/core.hpp"
#include "ck_tile/host/host_tensor.hpp"

Go to the source code of this file.

Namespaces

namespace  ck_tile

Functions

template<ck_tile::index_t NDimSpatial, typename InDataType, typename WeiDataType, typename OutDataType>
CK_TILE_HOST void ck_tile::reference_grouped_conv_bwd_weight (const HostTensor< InDataType > &input, HostTensor< WeiDataType > &weight, const HostTensor< OutDataType > &output, std::vector< ck_tile::long_index_t > conv_strides, std::vector< ck_tile::long_index_t > conv_dilations, std::vector< ck_tile::long_index_t > in_left_pads, std::vector< ck_tile::long_index_t >)