(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jul 2022 08:54:36 +0000 (09:54 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jul 2022 08:54:36 +0000 (09:54 +0100)
openpower/sv/remap.mdwn

index 2c42947e7c6227fd45523efaa41bbed15ec5cc33..bc67a847c260110cd8aca97a1554cd3ae538facf 100644 (file)
@@ -46,7 +46,8 @@ There are three types of REMAP:
 * **Matrix**, also known as 2D and 3D reshaping
 * **FFT/DCT**, with full triple-loop in-place support: limited to
   Power-2 RADIX
-* **Indexing**, for any general-purpose reordering. Currently
+* **Indexing**, for any general-purpose reordering, also includes
+  limited 2D reshaping. Currently
   under development.
 
 # Principle