(no commit message)
authorlkcl <lkcl@web>
Mon, 9 May 2022 18:17:54 +0000 (19:17 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 9 May 2022 18:17:54 +0000 (19:17 +0100)
openpower/sv/SimpleV_rationale.mdwn

index 65b6ff27b4dd51ad5f500cd7198d5e3484535c4d..3f84bcba0094e602c04d99e0fc53a6f61bedd843 100644 (file)
@@ -45,7 +45,13 @@ the underlying 150 mhz bitcells), but these efforts are dwarfed by the
 two nearly three orders of magnitude increase in CPU horsepower
 over the same timeframe. Seymour
 Cray, from his amazing in-depth knowledge, predicted that the mismatch
-would become a serious limitation, over two decades ago.  Some systems
+would become a serious limitation, over two decades ago.
+
+The latency gap between that bitcell speed and the CPU speed can do nothing to help Random Access (unpredictable reads/writes). Cacheing helps only so
+much, but not with some types of workloads (FFTs are one of the worst)
+even though
+they are fully deterministic.
+Some systems
 at the time of writing are now approaching a *Gigabyte* of L4 Cache,
 by way of compensation, and as we know from experience even that will
 be considered inadequate in future.