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
What is your question?
I recently tried to change the type tags on the DGEMM examples to cutlass::arch::Sm90, which caused a load of compile errors. This is primarily because there's certain template specialisations missing for Sm90, e.g there's no specialisation like this.
Is this something that's on the plans to be added / are PRs welcome?