Fix typos
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 16:09:35 +0000 (16:09 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 16:09:35 +0000 (16:09 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index ad876e51da7a75d4851fc831301a61e1d043c5d4..5a62b25add878b8cd2c2cebb24e2ce993e184177 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="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