how-to-optimize-gemm
how-to-optimize-gemm copied to clipboard
in file MMult*.h,the parameter lda in function AddDot is correct?
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