Computer Science, asked by chemdruid2998, 1 year ago

Difference between data parallelism and task parallelism

Answers

Answered by rishitverma00
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