From a8f2c80db0564c74f4efccac71993b971dfc448b Mon Sep 17 00:00:00 2001 From: LiYu Lu Date: Sat, 24 Feb 2024 13:33:01 +0800 Subject: [PATCH] fix `tile_size(TiledCopy const&)` error (#1357) --- include/cute/atom/copy_atom.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cute/atom/copy_atom.hpp b/include/cute/atom/copy_atom.hpp index e5f69b9b..84efafcd 100644 --- a/include/cute/atom/copy_atom.hpp +++ b/include/cute/atom/copy_atom.hpp @@ -599,7 +599,7 @@ CUTE_HOST_DEVICE constexpr auto tile_size(TiledCopy const&) { - return size(typename TiledCopy::TiledShape_MN{}); + return size(typename TiledCopy::Tiler_MN{}); } // The number of threads involved in a TiledCopy