(no commit message)
authorlkcl <lkcl@web>
Mon, 26 Oct 2020 21:17:23 +0000 (21:17 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 26 Oct 2020 21:17:23 +0000 (21:17 +0000)
openpower/sv/predication.mdwn

index 572f37e2498be0cb4b07071b08f5d20418bc8a43..d64bfda1ba183b585ff3248d0e218a313e19fc40 100644 (file)
@@ -45,7 +45,7 @@ One of the design principles of SV is that the use of VL should be as closrly eq
 
 The implications here are that *register dependency hazards still have to be respected inter-element*.
 
-Using a multi-issue out-of-order engine as the underlying microarchitectural basis this is not as difficult to achieve as it first seems (the hard work habing been done by the Dependency Matrices).  In addition, Vector Chaining should also be possible for a multi-issue out-of-order engine to cope with, as long as false (unnecessary) Dependency Hazards are not introduced in between Vectors, where the dependencies actually only exist between elements *in* the Vector.
+Using a multi-issue out-of-order engine as the underlying microarchitectural basis this is not as difficult to achieve as it first seems (the hard work having been done by the Dependency Matrices).  In addition, Vector Chaining should also be possible for a multi-issue out-of-order engine to cope with, as long as false (unnecessary) Dependency Hazards are not introduced in between Vectors, where the dependencies actually only exist between elements *in* the Vector.
 
 The concept of recognising that it is the elements within the Vector that have Dependency Hazards rather than the Vectors themselves is what permits Cray-style "chaining".