TAP : A TOOL FOR EVALUATING PROCESSOR ASSIGNMENTS IN PARALLEL PROGRAMS
Srikanth Bhattiprolu
Broschiertes Buch

TAP : A TOOL FOR EVALUATING PROCESSOR ASSIGNMENTS IN PARALLEL PROGRAMS

TAP for TASK AND DATA PARALLEL PROGRAMS

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
A parallel program is usually written using either data parallelism or task parallelism. With data parallelism, each processor executes the same code but operates on different data, whereas in task parallelism the program is divided into tasks, and each task is executed on a separate processor. Task and data parallelism have complementary strengths that are appropriate for different problems. However, some programs can benefit from their integration. One key problem with an integrated approach is the processor assignment problem, which is how to assign the different processors to tasks. Determ...