1.

What Is Data-parallel 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.



Discussion

No Comment Found