(no commit message)
authorlkcl <lkcl@web>
Wed, 11 May 2022 15:00:44 +0000 (16:00 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 11 May 2022 15:00:44 +0000 (16:00 +0100)
openpower/sv/SimpleV_rationale.mdwn

index b470b60d1b6d842f898d29199b4baf09bbc80f65..15712c345e8cd4e33e28a5ebc39bce8b940997c7 100644 (file)
@@ -858,13 +858,17 @@ of this paper is invalidated. Research is needed here as to whether a
 bare-bones microkernel
 would be viable, or a Management Core closer to the PEs (on the same
 die or Multi-Chip-Module as the PEs) would allow better bandwidth and
-reduce Management Overhead on the main CPUs.  However once established,
-and running the same level of power saving as Snitch (1/6th) and
-the same sort of reduction in algorithm runtime (20 to 80%) is not
-unreasonable, and compelling enough to warrant in-depth investigation.
+reduce Management Overhead on the main CPUs.  However if
+the same level of power saving as Snitch (1/6th) and
+the same sort of reduction in algorithm runtime as ZOLC (20 to 80%) is not
+unreasonable to expect, this is
+definitely compelling enough to warrant in-depth investigation.
 
 **Use-case: Matrix and Convolutions**
 
+First, some important definitions, because there are two different
+Vectorisation Modes in SVP64:
+
 * **Horizontal-First**: (aka standard Cray Vectors) walk
   through **elements** first before moving to next **instruction**
 * **Vertical-First**: walk through **instructions** before