(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Sep 2022 15:35:51 +0000 (16:35 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Sep 2022 15:35:51 +0000 (16:35 +0100)
openpower/sv/remap.mdwn

index 7362d4f7939e19f68a8b4b7069ff8ccfb3bbfc4b..214d07378db3b94346d4db0bba006dcf2bfc6070 100644 (file)
@@ -290,7 +290,15 @@ a certain Vector Length (number of elements to reduce) and then
 sets VL and MAXVL at the number of **operations** needed to be
 carried out.  Thus, equally as importantly, the total number of operations
 is restricted to 127.  Any Parallel-Reduction requiring more operations
-will need to be done manually.
+will need to be done manually in batches.
+
+Also important to note is that the Deterministic Schedule is arranged
+so that some implementations *may* parallelise it, as long as doing so
+respects Program Order and Register Hazards.  Performance (speed)
+of any given
+implementation is neither strictly defined or guaranteed.  As with
+the Vulkan(tm) Specification, strict compliance is paramount whilst
+performance is left to Implementors.
 
 **Parallel-Reduction with Predication**