Domain-specific architecture: Difference between revisions

Content deleted Content added
No edit summary
Line 24:
=== Invest Saved Resources into Arithmetic Units or Bigger Memories ===
 
Since a remarkable amount of hardware resources can be saved by dropping general-purpose architectural optimizations such as out-of-order execution, prefetching, address coalescing and speculation, the resources saved should be re-invested to maximally exploit the availalbe parallelism, for example by adding more arithmetic units, or solve any memory bandwidth issues by adding bigger memories.
 
== See also ==