From 5b92098f9f10fa004274e1e549e9634a8683219e Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 6 Nov 2023 16:09:35 +0000 Subject: [PATCH] Fix typos --- openpower/sv/cookbook/remap_matrix.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index ad876e51d..5a62b25ad 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -126,7 +126,7 @@ Index list: Worked example broken down into individual multiply-add accumulates: -[[!img outer_product_worked_example.jpg size="600x ]] +[[!img outer_product_worked_example.jpg size="600x" ]] The issue with this algorithm is that the result matrix element is the same for three consecutive operations, and where each element is stored in CPU @@ -168,7 +168,7 @@ Index list: Worked example for inner product: -[[!img inner_product_worked_example.jpg size="600x ]] +[[!img inner_product_worked_example.jpg size="600x" ]] The index for the result matrix changes with every operation, and thus the consecutive multiply-add instruction doesn't depend on the previous write -- 2.30.2