is_tile_window_linear< T > Struct Template Reference#
ck_tile::is_tile_window_linear< T > Struct Template Reference
Type trait to determine if a type is a linear tile window. More...
#include <tile_window_linear.hpp>
Inheritance diagram for ck_tile::is_tile_window_linear< T >:

Detailed Description
template<typename T>
struct ck_tile::is_tile_window_linear< T >
Type trait to determine if a type is a linear tile window.
Defaults to false_type
. Specialized to true_type
for types that match tile_window_linear<...>
.
- Template Parameters
-
T The type to check.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/tensor/tile_window_linear.hpp