(no commit message)
authorlkcl <lkcl@web>
Fri, 6 May 2022 17:13:49 +0000 (18:13 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 6 May 2022 17:13:49 +0000 (18:13 +0100)
openpower/sv/SimpleV_rationale.mdwn

index 5bcde068c3f7d93d9188946476f167c9ababfb5b..95349f6ccaa0536bf6a8f10a57623c08401f9b9a 100644 (file)
@@ -678,5 +678,10 @@ is entirely transparent to the developer, in fact this is a hard requirement
 because at any given moment there is the possibility that the PEs may be
 busy and it is the main CPU that has to complete the Processing Task itself.
 
-It
+It is also important to note that we are not necessarily talking about
+the Remote PEs executing the Power ISA, but if they do so it becomes
+much easier for the main CPU to take over in the event that PEs are
+currently occupied.  Plus, the twin lessons that inventing ISAs, even
+a small one, is hard (mostly in compiler writing) and how complex
+GPU Task Scheduling is, are being heard loud and clear.