From: lkcl Date: Sat, 16 Jul 2022 17:54:09 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1175 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e27a6928244c2aaf77bb8aa928af5443db688da;p=libreriscv.git --- diff --git a/openpower/sv/remap/appendix.mdwn b/openpower/sv/remap/appendix.mdwn index 83dbf4cfd..167cabc61 100644 --- a/openpower/sv/remap/appendix.mdwn +++ b/openpower/sv/remap/appendix.mdwn @@ -85,7 +85,7 @@ DSP-style SIMD micro-architectures. # REMAP FFT pseudocode -The algorithm below shows how REMAP works more clearly, and may be +The algorithm below shows how FFT REMAP works, and may be executed as a python program: ``` @@ -99,6 +99,11 @@ even for something as complex as a Triple-loop Tukey-Cooley Schedule. A comprehensive demo and test suite may be found [here](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/test_caller_svp64_fft.py;hb=HEAD) +Other uses include more than DFT and NTT: the Schedules are not +restricted in any way and if the programmer can find any algorithm +which has identical triple nesting then the FFT Schedule may be +used. + # 4x4 Matrix to vec4 Multiply Example The following settings will allow a 4x4 matrix (starting at f8), expressed