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
in cutlass c++, umma is always used with Tma. but when problem size is not 16-byte aligned, like 4-byte aligned or 8-byte aligned, umma only can be used with cpasync. How to design this kernel? Is there any example?