how-to-optimize-gemm icon indicating copy to clipboard operation
how-to-optimize-gemm copied to clipboard

in file MMult*.h,the parameter lda in function AddDot is correct?

Open l2009312042 opened this issue 2 years ago • 0 comments

for example ,in file MMult1.h, AddDot( k, &A( i,0 ), lda, &B( 0,j ), &C( i,j ) ); the lda should be ldb? it is the stride in matix B not matrix A

so as the other files

l2009312042 avatar Feb 28 '22 09:02 l2009312042