(no commit message)
authorlkcl <lkcl@web>
Thu, 23 Jun 2022 18:28:55 +0000 (19:28 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 23 Jun 2022 18:28:55 +0000 (19:28 +0100)
openpower/sv/svstep.mdwn

index 163c9115035455a8e561f1cdbaaa0b874fd44715..18a0770e32cd513b7c7333233a9032d37a750718 100644 (file)
@@ -43,7 +43,15 @@ loops when either Matrix Mode or DCT/FFT is set.  In other words,
 for example, when the `xdim` inner loop reaches the end and on the next
 iteration it will begin again at zero, the CR Field `EQ` will be set.
 
-*Programmer's note: VL in some situations, particularly larger Matrices,
+*Programmer's note (1): VL in some situations, particularly larger Matrices,
 may exceed 64,
 meaning that `sv.svshape` returning a considerable number of values. Under
 such circumstances `sv.svshape/ew=8` is recommended.*
+
+*Programmer's note (2): having conveniently obtained a pre-computed
+Schedule with `sv.svstep`,
+it may then be used as the input to Indexed REMAP Mode
+to achieve the exact same Schedule. It is evident however that
+before use some of the Indices may be arbitrarily altered as desired.
+`sv.svstep helps the programmer having to manually recreate certain
+types of common Loop patterns.*