(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Sep 2022 12:22:33 +0000 (13:22 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Sep 2022 12:22:33 +0000 (13:22 +0100)
openpower/sv/remap.mdwn

index 909f1fb12a1221e136731f8e3947fc2fffa4401c..6232c2230efa83331bd946b1c499d64b9d1a94df 100644 (file)
@@ -289,7 +289,7 @@ disabled: the register's elements are a linear (1D) vector.
 |0b00 |skip   |offset| invxyz | permute | zdimsz  |ydimsz|xdimsz|Matrix |
 |0b00 |elwidth|offset|sk1/invxy|0b110/0b111|SVGPR|ydimsz|xdimsz|Indexed|
 |0b01 |submode|offset| invxyz | submode2| rsvd    |rsvd  |xdimsz|DCT/FFT|
-|0b10 |       |      |        |         |         |      |      |rsvd   |
+|0b10 |rsvd   |offset| invxyz | rsvd    | rsvd    |rsvd  |xdimsz|Preduce|
 |0b11 |       |      |        |         |         |      |      |rsvd   |
 
 mode sets different behaviours (straight matrix multiply, FFT, DCT).
@@ -297,6 +297,7 @@ mode sets different behaviours (straight matrix multiply, FFT, DCT).
 * **mode=0b00** sets straight Matrix Mode
 * **mode=0b00** with permute=0b110 or 0b111 sets Indexed Mode
 * **mode=0b01** sets "FFT/DCT" mode and activates submodes
+* **mode=0b10** sets "Parallel Reduction" Schedules.
 
 ## FFT/DCT mode