/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/tensor/null_tile_window.hpp Source File#
null_tile_window.hpp
Go to the documentation of this file.
Definition: cluster_descriptor.hpp:13
constexpr CK_TILE_DEVICE auto make_null_tile_window(const WindowLengths &window_lengths)
Definition: null_tile_window.hpp:66
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:21
constexpr bool is_null_tile_window_v
Definition: null_tile_window.hpp:57
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:75
CK_TILE_DEVICE void move_tile_window(null_tile_window< WindowLengths > &, const typename null_tile_window< WindowLengths >::BottomTensorIndex &)
Definition: null_tile_window.hpp:95
constexpr CK_TILE_DEVICE auto is_null_tile_window(const T &)
Definition: null_tile_window.hpp:60
A fixed-size array container similar to std::array with additional utilities.
Definition: array.hpp:43
Definition: null_tile_window.hpp:47
Definition: type_traits.hpp:76
Definition: tensor_view.hpp:444
Definition: null_tile_window.hpp:19
remove_cvref_t< WindowLengths_ > WindowLengths
Definition: null_tile_window.hpp:21
constexpr CK_TILE_DEVICE auto get_window_lengths() const
Definition: null_tile_window.hpp:32
constexpr CK_TILE_DEVICE auto get_bottom_tensor_view() const
Definition: null_tile_window.hpp:34
constexpr CK_TILE_DEVICE null_tile_window()=default
constexpr CK_TILE_DEVICE null_tile_window(const WindowLengths &window_lengths)
Definition: null_tile_window.hpp:27
WindowLengths window_lengths_
Definition: null_tile_window.hpp:40
CK_TILE_DEVICE void init_raw()
Definition: null_tile_window.hpp:38
constexpr CK_TILE_DEVICE auto get_window_origin() const
Definition: null_tile_window.hpp:36