From: lkcl Date: Sun, 16 Apr 2023 09:33:36 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls009_v1~44 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14ff629d074596f2ed8ef9d9853ed54958b4a05d;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 162e3b426..e6a2029be 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -76,7 +76,7 @@ There are four types of REMAP: * **FFT/DCT**, with full triple-loop in-place support: limited to Power-2 RADIX * **Indexing**, for any general-purpose reordering, also includes - limited 2D reshaping. + limited 2D reshaping as well as Element "offsetting". * **Parallel Reduction**, for scheduling a sequence of operations in a Deterministic fashion, in a way that may be parallelised, to reduce a Vector down to a single value.