InterviewSolution
Saved Bookmarks
| 1. |
What Is Dataparallel Computation? |
|
Answer» Data is partitioned across PARALLEL EXECUTION threads, each of which perform some COMPUTATION on its PARTITION USUALLY independent of other threads. Data is partitioned across parallel execution threads, each of which perform some computation on its partition usually independent of other threads. |
|