|
template<typename TensorView_ , typename WindowLengths_ , typename StaticTileDistribution_ , index_t NumCoord = 1> |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window (const TensorView_ &tensor_view, const WindowLengths_ &window_lengths, const multi_index< TensorView_::get_num_of_dimension()> &origin, const StaticTileDistribution_ &tile_distribution, number< NumCoord >={}) |
|
template<typename TensorView_ , typename WindowLengths_ , typename StaticTileDistribution_ , index_t NumCoord = 1> |
CK_TILE_DEVICE auto | ck_tile::make_tile_window_raw (const TensorView_ &tensor_view, const WindowLengths_ &window_lengths, const multi_index< TensorView_::get_num_of_dimension()> &origin, const StaticTileDistribution_ &tile_distribution, number< NumCoord >={}) |
|
template<typename TensorView_ , typename WindowLengths_ , typename StaticTileDistribution_ , index_t NumCoord> |
CK_TILE_DEVICE void | ck_tile::move_tile_window (tile_window_with_static_distribution< TensorView_, WindowLengths_, StaticTileDistribution_, NumCoord > &window, const typename tile_window_with_static_distribution< TensorView_, WindowLengths_, StaticTileDistribution_, NumCoord >::BottomTensorIndex &step) |
|
template<typename TensorView_ , typename WindowLengths_ > |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window (const TensorView_ &tensor_view, const WindowLengths_ &window_lengths, const multi_index< TensorView_::get_num_of_dimension()> &origin) |
|
template<typename TensorView , typename WindowLengths > |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window (const tile_window_with_static_lengths< TensorView, WindowLengths > &tile_window, const multi_index< TensorView::get_num_of_dimension()> &origin) |
|
template<typename TensorView , typename WindowLengths , typename StaticTileDistribution > |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window (const tile_window_with_static_lengths< TensorView, WindowLengths > &tile_window, const multi_index< TensorView::get_num_of_dimension()> &origin, const StaticTileDistribution &tile_distribution) |
|
template<typename TensorView , typename WindowLengths , typename StaticTileDistribution > |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window (const tile_window_with_static_lengths< TensorView, WindowLengths > &tile_window, const StaticTileDistribution &tile_distribution) |
|
template<typename TensorView , typename WindowLengths , typename StaticTileDistribution > |
constexpr CK_TILE_DEVICE auto | ck_tile::make_tile_window_raw (const tile_window_with_static_lengths< TensorView, WindowLengths > &tile_window, const StaticTileDistribution &tile_distribution) |
|
template<typename TensorView_ , typename WindowLengths_ > |
CK_TILE_DEVICE void | ck_tile::move_tile_window (tile_window_with_static_lengths< TensorView_, WindowLengths_ > &window, const typename tile_window_with_static_lengths< TensorView_, WindowLengths_ >::BottomTensorIndex &step) |
|