fix tile_size(TiledCopy<Args...> const&) error (#1357)

This commit is contained in:
LiYu Lu
2024-02-24 13:33:01 +08:00
committed by GitHub
parent bbe579a9e3
commit a8f2c80db0

View File

@ -599,7 +599,7 @@ CUTE_HOST_DEVICE constexpr
auto
tile_size(TiledCopy<Args...> const&)
{
return size<I...>(typename TiledCopy<Args...>::TiledShape_MN{});
return size<I...>(typename TiledCopy<Args...>::Tiler_MN{});
}
// The number of threads involved in a TiledCopy