From d00d706aad0255ce8bf4e33bf609fecd8cf3f9c5 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Thu, 9 Nov 2023 17:40:18 +0000 Subject: [PATCH] Clarify result matrix element --- openpower/sv/cookbook/remap_matrix.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index 806c0e895..5feb65860 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -57,7 +57,8 @@ following (outer product): second matrix. 2. Multiply each element in the row by each element in the column, and sum with the current value of the result matrix element (multiply-add-accumulate). -Store result in the first row, first column entry. +Store result in the row matching first operand row and column matching second +operand column. 3. Move to the next column of the second matrix, and next column of the result matrix. If there are no more columns in the second matrix, go back to first column (second matrix), and move to next row (first and result matrices). -- 2.30.2