Jump to content

Data parallelism

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khazadum (talk | contribs) at 19:24, 12 February 2007 (Start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Data Parallelism is a form of parallelization of computer code. It is meant to distribute computing across multiple processors in parallel computing environments. It contrasts to Task Parallelism as another form of parallelism.