Changes between Version 4 and Version 5 of Workshops/IntroToHpc2015/Programming/SpeedupScaling


Ignore:
Timestamp:
08/24/2026 04:48:27 PM (10 days ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2015/Programming/SpeedupScaling

    v4 v5  
    22= Parallel Computing =
    33==  Moore's law ==
    4 [[Image(Moores_law_(1970-2011).png, 25%)]]
     4[[Image(Moores_law_(1970-2011).png, 30%)]]
    55
    66* 2X transistors/Chip Every 1.5 years Called “Moore’s Law”
     
    3030Modern computers have multi-core CPUs.
    3131
    32 [[Image(CPUpowerDensity.png,25%)]]
     32[[Image(CPUpowerDensity.png,30%)]]
    3333
    3434A multi-core processor is a single computing component with two or more independent actual central processing units (called "cores"), which are the units that read and execute program instructions.