(no commit message)
authorlkcl <lkcl@web>
Mon, 6 Nov 2023 20:56:01 +0000 (20:56 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 6 Nov 2023 20:56:01 +0000 (20:56 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index 3a2fee3e61b6cac14bc06796cda0007c959cf78f..4a32641929f1788dde83dce180b03b502a6a4a9a 100644 (file)
@@ -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