From 9e1b6498273d393d39308054da80d405e1e8a986 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 11 Apr 2025 02:48:46 +0800 Subject: [PATCH] fix-left-inverse-for-nvcc114 (#2196) --- include/cute/layout.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cute/layout.hpp b/include/cute/layout.hpp index 6ebdc630..97eafa7a 100644 --- a/include/cute/layout.hpp +++ b/include/cute/layout.hpp @@ -1356,7 +1356,7 @@ left_inverse(Layout const& layout) CUTE_GCC_UNREACHABLE; }); - return coalesce(make_layout(append(result_shape, get(lshape)), + return coalesce(make_layout(append(result_shape, get(lshape)), result_stride)); }