From 48ee893472061560a5845f1e1a72313aef6bdd7e Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 13 May 2022 20:42:02 +0100 Subject: [PATCH] --- openpower/sv/SimpleV_rationale.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openpower/sv/SimpleV_rationale.mdwn b/openpower/sv/SimpleV_rationale.mdwn index 90e858952..78347114f 100644 --- a/openpower/sv/SimpleV_rationale.mdwn +++ b/openpower/sv/SimpleV_rationale.mdwn @@ -547,6 +547,14 @@ side-effect of going down the parallel-processing rabbithole where the cost of providing "Traditional" programmabilility (Virtual Memory, SMP) is worse than counter-productive, it's often outright impossible. +*
+Similar to how GPUs achieve astounding task-dedicated +performance by giving +ALUs 30% of total silicon area and sacrificing the ability to run +General-Purpose programs, Aspex, Google's Tensor Processor and D-Matrix +likewise took this route and made the same compromise. +
* + **In short, we are in "Programmer's nightmare" territory** Having dug a proverbial hole that rivals the Grand Canyon, and -- 2.30.2