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
Hi all, I'm having some issues with the 57_cutlass_grouped_gemm.
I need to do some gemm calculations where there may be a matrix form like 1024xNx1024, but N may not be a multiple of 8.
I believe this is common, but how should I modify my code to accommodate this kind of problem?
The text was updated successfully, but these errors were encountered:
What is your question?
Hi all, I'm having some issues with the 57_cutlass_grouped_gemm.
I need to do some gemm calculations where there may be a matrix form like
1024xNx1024
, but N may not be a multiple of 8.I believe this is common, but how should I modify my code to accommodate this kind of problem?
The text was updated successfully, but these errors were encountered: