Skip to content

Commit f9dd1ff

Browse files
Checked final para in outer-product.md
1 parent 77fc57b commit f9dd1ff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

content/learning-paths/cross-platform/sme2/4-outer-product.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ the matrix multiplication perform the preprocessing step correctly. This code is
103103
located in file ``preprocess_vanilla.c``.
104104
105105
{{% notice Note %}}
106-
In a real-world application, it may be possible to arrange for ``matLeft`` to
107-
be stored in column-major order, in which case no further transposition would
108-
be needed, and the preprocess step would be unncessary. Matrix processing
109-
frameworks / libraries often have some attributes with the Matrix object to
110-
track if it is row- or column-major order, and / or if it has been transposed
111-
to avoid unncessary computations.
106+
In real-world applications, it might be possible to arrange for ``matLeft`` to
107+
be stored in column-major order, eliminating the need for transposition, and making the preprocessing step unnecessary. Matrix processing frameworks and libraries often have attributes within the matrix object to track if it is row- or column-major order, and whether it has been transposed to avoid unnecessary computations.
112108
{{% /notice %}}

0 commit comments

Comments
 (0)