fix tile_size(TiledCopy<Args...> const&)
error (#1357)
This commit is contained in:
parent
bbe579a9e3
commit
a8f2c80db0
@ -599,7 +599,7 @@ CUTE_HOST_DEVICE constexpr
|
|||||||
auto
|
auto
|
||||||
tile_size(TiledCopy<Args...> const&)
|
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
|
// The number of threads involved in a TiledCopy
|
||||||
|
Loading…
Reference in New Issue
Block a user