From d1153978513adb0e764dcad4606b39f0157f6304 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 1 May 2023 12:44:12 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index c06fc55bf..cf39d4dea 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -486,8 +486,8 @@ a Pack/Unpack Transposing copy of the data first* ### Parallel Prefix Sum This is a work-efficient Parallel Schedule that for example produces Trangular -or Fibonacci number sequences. Half of the Prefix Sum Schedule is near-identical -to Parallel Reduction. Whilst the Arithmetic mapreduce Mode may achieve the same +or Factorial number sequences. Half of the Prefix Sum Schedule is near-identical +to Parallel Reduction. Whilst the Arithmetic mapreduce Mode (`/mr`) may achieve the same end-result, implementations may only implement Mapreduce in serial form (or give the appearance to Programmers of the same). The Parallel Prefix Schedule is *required* to be implemented in such a way that its Deterministic Schedule may be -- 2.30.2