You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that make_tiled_mma no longer takes MMAValLayout as its argument, but the cute document is still using a MMAValLayout to construct a TiledMMA. I wonder where does the MMAValLayout go and how can I replicate a TiledMMA across values. Thanks!
The text was updated successfully, but these errors were encountered:
Oh I see, thanks. I thought that Tile<_32,_32,_4>{} was an MMAValLayout, but in fact it is a Permutations.
So if I need TiledShape_MNK that existed prior to CUTLASS 3.4.0, am I expected to call tile_size_mnk thrice for I = 1,2,3?
I find that
make_tiled_mma
no longer takesMMAValLayout
as its argument, but the cute document is still using aMMAValLayout
to construct aTiledMMA
. I wonder where does theMMAValLayout
go and how can I replicate aTiledMMA
across values. Thanks!The text was updated successfully, but these errors were encountered: