Difference between data parallelism and task parallelism
Answers
Answered by
0
Task parallelism is the simultaneous execution on multiple cores of many different functions across the same or different datasets. Data parallelism (aka SIMD) is the simultaneous execution on multiple cores of the same function across the elements of a dataset.
Similar questions
Computer Science,
8 months ago
Computer Science,
8 months ago
Math,
8 months ago
Physics,
1 year ago