Changes between Version 1 and Version 2 of Workshops/IntroToHpc2015/Programming/SpeedupScaling


Ignore:
Timestamp:
08/15/25 16:38:00 (14 hours ago)
Author:
fuji
Comment:

Legend:

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

    v1 v2  
    2626
    2727
    28 == Co-Processors ==
    29 A coprocessor is a computer processor used to supplement the functions of the primary processor (the CPU). Operations performed by the coprocessor may be floating point arithmetic, graphics, signal processing, string processing, encryption or I/O Interfacing with peripheral devices. By offloading processor-intensive tasks from the main processor, coprocessors can accelerate system performance.
     28== Co-Processors/Accelerator==
     29A coprocessor/Accelerator is a computer processor used to supplement the functions of the primary processor (the CPU). Operations performed by the coprocessor may be floating point arithmetic, graphics, signal processing, string processing, encryption or I/O Interfacing with peripheral devices. By offloading processor-intensive tasks from the main processor, coprocessors can accelerate system performance.
    3030
    3131[[Image()]]