From 9e27a6928244c2aaf77bb8aa928af5443db688da Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 16 Jul 2022 18:54:09 +0100 Subject: [PATCH] --- openpower/sv/remap/appendix.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2