update_tile.hpp File Reference#
update_tile.hpp File Reference
#include "ck_tile/core/config.hpp"#include "ck_tile/core/numeric/integer.hpp"#include "ck_tile/core/numeric/integral_constant.hpp"#include "ck_tile/core/algorithm/coordinate_transform.hpp"#include "ck_tile/core/container/container_helper.hpp"#include "ck_tile/core/numeric/math.hpp"#include "ck_tile/core/tensor/tile_window.hpp"#include "ck_tile/core/utility/type_traits.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ck_tile |
Functions | |
| template<typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, typename DataType_> | |
| CK_TILE_DEVICE void | ck_tile::update_tile (tile_window_with_static_lengths< BottomTensorView_, WindowLengths_ > &tile_window_tmp, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor) |
| template<typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, index_t NumCoord, typename DataType_, index_t i_access = -1, bool oob_conditional_check = true> | |
| CK_TILE_DEVICE void | ck_tile::update_tile (tile_window_with_static_distribution< BottomTensorView_, WindowLengths_, TileDistribution_, NumCoord > &tile_window, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor, number< i_access >={}, bool_constant< oob_conditional_check >={}) |
| template<typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, index_t NumCoord, typename DataType_, index_t i_access = -1, bool oob_conditional_check = true, bool pre_nop = false> | |
| CK_TILE_DEVICE void | ck_tile::update_tile_raw (tile_window_with_static_distribution< BottomTensorView_, WindowLengths_, TileDistribution_, NumCoord > &tile_window, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor, number< i_access >={}, bool_constant< oob_conditional_check >={}, bool_constant< pre_nop >={}) |
| template<typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, typename LinearBottomDims_, typename DataType_, index_t i_access = -1, bool oob_conditional_check = true, bool pre_nop = false> | |
| CK_TILE_DEVICE auto | ck_tile::update_tile_raw (tile_window_linear< BottomTensorView_, WindowLengths_, TileDistribution_, LinearBottomDims_ > &tile_window, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor, number< i_access >={}, bool_constant< oob_conditional_check >={}, bool_constant< pre_nop >={}) |