reference_permute.hpp File Reference

reference_permute.hpp File Reference#

Composable Kernel: reference_permute.hpp File Reference
reference_permute.hpp File Reference
#include "ck_tile/core.hpp"
#include "ck_tile/host/host_tensor.hpp"
#include <thread>
#include <numeric>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  ck_tile

Functions

template<typename DataType>
CK_TILE_HOST void ck_tile::reference_permute (const HostTensor< DataType > &x, HostTensor< DataType > &y, std::vector< index_t > perm)
template<typename DataType>
CK_TILE_HOST auto ck_tile::reference_permute (const HostTensor< DataType > &x, std::vector< index_t > perm)