Matrix product `M * transpose(M)`

You are still correct, although the example you used where wrong. A * transpose(A) dispatches to syrk instead of gemm.

3 Likes