load_tile.hpp File Reference#
load_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"#include "ck_tile/core/tensor/tile_window_linear.hpp"#include "ck_tile/core/tensor/null_tile_window.hpp"#include "ck_tile/core/tensor/null_tensor.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ck_tile |
Functions | |
| template<typename TileWindow_, index_t i_access = -1, bool oob_conditional_check = true> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile (const TileWindow_ &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}) |
| template<typename TileWindow_, typename ElementWise_, index_t i_access = -1, bool oob_conditional_check = true> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile_with_elementwise (const TileWindow_ &tile_window, ElementWise_ elementwise, number< i_access >={}, bool_constant< oob_conditional_check >={}) |
| Load tile with elementwise function. | |
| template<typename DistributedTensor_, typename TileWindow_, index_t i_access = -1, bool oob_conditional_check = true> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile (DistributedTensor_ &dst_tile, const TileWindow_ &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}) |
| template<typename T, typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, index_t NumCoord, index_t i_access = -1, bool oob_conditional_check = true, bool pre_nop = false> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile_raw (T &tile, const tile_window_with_static_distribution< BottomTensorView_, WindowLengths_, TileDistribution_, NumCoord > &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}, bool_constant< pre_nop >={}) |
| Loads a tile of data using inline assembly. | |
| template<typename T, typename BottomTensorView_, typename WindowLengths_, typename TileDistribution_, typename LinearBottomDims_, index_t i_access = -1, bool oob_conditional_check = true, bool pre_nop = false> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile_raw (T &tile, const tile_window_linear< BottomTensorView_, WindowLengths_, TileDistribution_, LinearBottomDims_ > &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}, bool_constant< pre_nop >={}) |
| template<typename LdsTileWindow_, typename TileWindow_, index_t i_access = -1, bool oob_conditional_check = true> | |
| CK_TILE_DEVICE auto | ck_tile::async_load_tile (LdsTileWindow_ &&lds_tile, const TileWindow_ &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}) |
| template<typename LdsTileWindow_, typename TileWindow_, index_t i_access = -1, bool oob_conditional_check = true, bool pre_nop = false> | |
| CK_TILE_DEVICE auto | ck_tile::async_load_tile_raw (LdsTileWindow_ &&lds_tile, const TileWindow_ &tile_window, number< i_access >={}, bool_constant< oob_conditional_check >={}, bool_constant< pre_nop >={}) |
| CK_TILE_DEVICE auto | ck_tile::async_load_fence (index_t cnt=0) |
| template<typename WindowLengths> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile (const null_tile_window< WindowLengths > &) |
| template<typename T, typename WindowLengths> | |
| CK_TILE_DEVICE auto | ck_tile::load_tile_raw (T &, const null_tile_window< WindowLengths > &) |