From 4ba2d4f2e26f21d1e8f3ea37be2f2f58b95adfda Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 6 Nov 2023 20:56:01 +0000 Subject: [PATCH] --- 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 3a2fee3e6..4a3264192 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="500x" ]] 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="500x" ]] 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