diff --git a/include/cute/atom/copy_atom.hpp b/include/cute/atom/copy_atom.hpp index e5f69b9bf6..84efafcdde 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