(no commit message)
authorlkcl <lkcl@web>
Tue, 10 May 2022 11:47:03 +0000 (12:47 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 10 May 2022 11:47:03 +0000 (12:47 +0100)
openpower/sv/SimpleV_rationale.mdwn

index 3f84bcba0094e602c04d99e0fc53a6f61bedd843..00b20219ea257bf4d62eac90616808e55991fc43 100644 (file)
@@ -851,10 +851,10 @@ TLB entries to the PE in response.
 **Use-case: Matrix and Convolutions**
 
 * **Horizontal-First**: (aka standard Cray Vectors) walk
-  through **elements** first before moving to next instruction
+  through **elements** first before moving to next **instruction**
 * **Vertical-First**: walk through **instructions** before
-  moving to next element.  Currently managed by `svstep`,
-  ZOLC may be deployed to manage the stepping.
+  moving to next **element**.  Currently managed by `svstep`,
+  ZOLC may be deployed to manage the stepping, in a Deterministic manner.
 
 Imagine a large Matrix scenario, with several values close to zero that
 could be skipped: no need to include zero-multiplications, but a