/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.3/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:63
remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.hpp:20
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 move_tile_window(null_tile_window< WindowLengths > &, const typename null_tile_window< WindowLengths >::BottomTensorIndex &)
Definition: null_tile_window.hpp:92
constexpr CK_TILE_DEVICE auto is_null_tile_window(const T &)
Definition: null_tile_window.hpp:57
Definition: array.hpp:24
Definition: null_tile_window.hpp:47
Definition: type_traits.hpp:75
Definition: tensor_view.hpp:401
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