From 712bf31cce1101523740cbc02429eeec889fc193 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 5 Sep 2022 16:28:20 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 92e3dfc59..7362d4f79 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -288,7 +288,9 @@ Critical to note regarding use of Parallel-Reduction REMAP is that, exactly as with Matrix Mode, the `svshape` instruction *requests* a certain Vector Length (number of elements to reduce) and then sets VL and MAXVL at the number of **operations** needed to be -carried out. +carried out. Thus, equally as importantly, the total number of operations +is restricted to 127. Any Parallel-Reduction requiring more operations +will need to be done manually. **Parallel-Reduction with Predication** -- 2.30.2