We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b1a3f commit 2212f1bCopy full SHA for 2212f1b
include/cute/atom/copy_traits_xe_2d.hpp
@@ -56,7 +56,7 @@ namespace cute {
56
57
// Utility to check if a layout belongs to a coordinate tensor.
58
template <typename Layout>
59
-static constexpr bool is_counting_layout_v = is_arithmetic_tuple_like<decltype(Layout{}(0))>::value;
+static constexpr bool is_counting_layout_v = is_arithmetic_tuple_like<decltype(Layout{}(0))>::value || is_constant_v<1, decltype(size(Layout{}))>;
60
61
62
0 commit comments