We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d278 commit 28cbacbCopy full SHA for 28cbacb
1 file changed
include/cute/stride.hpp
@@ -436,6 +436,8 @@ compact_order(Shape const& shape, Order const& order)
436
} else {
437
return v;
438
}
439
+
440
+ CUTE_GCC_UNREACHABLE;
441
});
442
// Replace any dynamic elements within order with large-static elements
443
auto max_seq = make_range<max_order+1, max_order+1+rank(flat_order)>{};
@@ -445,6 +447,8 @@ compact_order(Shape const& shape, Order const& order)
445
447
446
448
return seq_v;
449
450
451
452
453
454
auto new_order = unflatten(ref_order, order);
0 commit comments