Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intro to Parallel Computing - Coggle Diagram
Intro to Parallel Computing
Flynn'x Taxonomy
SISD
single processing unit executes a single instruction stream on a single data stream
SIMD
single instruction stream is executed on multiple data stream
MISD
multiple instructions streams operates on single data stream
MIMD
multiple instruction streams operate on multiple data streams in parallel
Single Program, Multiple Data
involves executing the same program on multiple data elements
Multiple Program, Multiple Data
involves executing multiple programs on multiple data elements
system for classifying computer architectures
Memory
Shared Memory
all processors access the same memory with global address space
uniform memory access (UMA)
Non Uniform Memory Acess (UMA)
Distributed Memory
used to support the processing and storage capabilities of a computer