include/ck_tile/core/tensor/store_tile.hpp Source File#
store_tile.hpp
Go to the documentation of this file.
46 store_tile_raw(tile_window_with_static_lengths<BottomTensorView_, WindowLengths_>& tile_window_tmp,
Definition: cluster_descriptor.hpp:13
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:20
CK_TILE_DEVICE void store_tile_raw(tile_window_with_static_lengths< BottomTensorView_, WindowLengths_ > &tile_window_tmp, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor)
Definition: store_tile.hpp:46
constexpr CK_TILE_DEVICE auto make_tile_window(null_tensor_view, const WindowLengths &window_lengths, const multi_index< WindowLengths::size()> &, Ts &&...)
Definition: null_tile_window.hpp:72
CK_TILE_DEVICE void store_tile(tile_window_with_static_lengths< BottomTensorView_, WindowLengths_ > &tile_window_tmp, const static_distributed_tensor< DataType_, TileDistribution_ > &dstr_tensor)
Definition: store_tile.hpp:23
Definition: integral_constant.hpp:13
Definition: static_distributed_tensor.hpp:21
Definition: tile_window_linear.hpp:46
CK_TILE_DEVICE void store_raw(const static_distributed_tensor< DataType, TileDstr > &dstr_tensor, number< i_access >={}) const
Definition: tile_window_linear.hpp:833
CK_TILE_DEVICE void store(const static_distributed_tensor< DataType, TileDstr > &dstr_tensor, number< i_access >={}, bool_constant< oob_conditional_check >={}) const
Definition: tile_window_linear.hpp:784
This class provides tile (windowed) view and access to the device memory.
Definition: tile_window.hpp:37
This class provides description of tile windowed view on the device memory.
Definition: tile_window.hpp:1031
constexpr CK_TILE_DEVICE auto get_window_lengths() const
Definition: tile_window.hpp:1058
constexpr CK_TILE_DEVICE auto get_bottom_tensor_view() const
Definition: tile_window.hpp:1060
constexpr CK_TILE_DEVICE auto get_window_origin() const
Definition: tile_window.hpp:1062