Skip to content

Commit

Permalink
fix tile_size(TiledCopy<Args...> const&) error (NVIDIA#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
luliyucoordinate authored Feb 24, 2024
1 parent bbe579a commit a8f2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cute/atom/copy_atom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8f2c80

Please sign in to comment.