Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Single program, multiple data
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==SPMD vs SIMD== [[File:SPMD Model.png|thumb|An example of "Single program, multiple data".]] In SPMD parallel execution, multiple autonomous processors simultaneously execute the same program at independent points, rather than in the [[lockstep (computing)|lockstep]] that [[Single instruction, multiple data|SIMD]] or [[Single instruction, multiple threads|SIMT]] imposes on different data. With SPMD, tasks can be executed on general purpose [[CPU]]s. In SIMD the same operation (instruction) is applied on multiple data to manipulate data streams (a version of SIMD is [[vector processing]] where the data are organized as vectors). Another class of processors, [[Graphics processing unit|GPUs]] encompass multiple SIMD streams processing. SPMD and SIMD are not mutually exclusive; SPMD parallel execution can include SIMD, or vector, or GPU sub-processing. SPMD has been used for parallel programming of both message passing and shared-memory machine architectures.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)