Closed rdspring1 closed 2 weeks ago
This PR creates four tests for the HopperMultiMatmulScheduler. Each tests covers a different matmul layout - TT, TN, NT, and NN where the input arguments are already broadcasted.
HopperMultiMatmulScheduler
I created TN test with MNK ordering, added custom MatmulParams, and kept the original NT tests because two tests are better than one.
MNK
MatmulParams
!test
This PR creates four tests for the
HopperMultiMatmulScheduler
. Each tests covers a different matmul layout - TT, TN, NT, and NN where the input arguments are already broadcasted.