Amdahl's Law: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
m (Ovidiu moved page Amdahl Law to Amdahl's Law without leaving a redirect)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


=Overview=
=Overview=
For a parallel architecture, the gains are bounded by how much of the program must be written in a sequential manner. Also see: {{Internal|Concurrent_(Parallel)_Programming#Amdahl|Concurrent (Parallel) Programming}}

Latest revision as of 19:57, 15 January 2024

Internal

Overview

For a parallel architecture, the gains are bounded by how much of the program must be written in a sequential manner. Also see:

Concurrent (Parallel) Programming