From: lkcl Date: Tue, 10 May 2022 11:47:03 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2276 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17508c7ab877842354e9fac58ad4a8f2d00c1c17;p=libreriscv.git --- diff --git a/openpower/sv/SimpleV_rationale.mdwn b/openpower/sv/SimpleV_rationale.mdwn index 3f84bcba0..00b20219e 100644 --- a/openpower/sv/SimpleV_rationale.mdwn +++ b/openpower/sv/SimpleV_rationale.mdwn @@ -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