Computer Science, asked by princesscuteangel67, 5 hours ago

difference between data parallelism and task parallelism with example in tabular form.​

Answers

Answered by GιяℓуSσυℓ
2

Answer:

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

Answered by xxmrsalonexx
1

I HOPE THIS WILL HELP U!!

Attachments:
Similar questions