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
It seems that in kokkos-kernels/src/batched/KokkosBatched_Gemm_Serial_Impl.hpp, when the matrix A is transposed, the code is currently using A.dimension_1() to get the number k instead of A.dimension_0().
The error seems to be in all the different combinations of the other template arguments (i.e. whether or not B is transposed and for CompactMKL, Blocked, and Unblocked).
Reopening it, and adding indevelop tag. We will close it when we do the master update. Otherwise it is hard to keep track of what are the fixes we did.
It seems that in kokkos-kernels/src/batched/KokkosBatched_Gemm_Serial_Impl.hpp, when the matrix A is transposed, the code is currently using A.dimension_1() to get the number k instead of A.dimension_0().
The error seems to be in all the different combinations of the other template arguments (i.e. whether or not B is transposed and for CompactMKL, Blocked, and Unblocked).
@kyungjoo-kim
The text was updated successfully, but these errors were encountered: