reference_grouped_conv_fwd.hpp File Reference

reference_grouped_conv_fwd.hpp File Reference#

Composable Kernel: reference_grouped_conv_fwd.hpp File Reference
reference_grouped_conv_fwd.hpp File Reference
#include <cstdlib>
#include <thread>
#include "ck_tile/core.hpp"
#include "ck_tile/ops/elementwise.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, typename Elfunc = ck_tile::element_wise::PassThrough, typename Tuple = ck_tile::tuple<>>
CK_TILE_HOST void ck_tile::reference_grouped_conv_fwd (const HostTensor< InDataType > &input, const HostTensor< WeiDataType > &weight, 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 >, Elfunc elfunc=Elfunc{}, Tuple ds={})