Parallel Architectures
Parallel Architectures
Vary greatly in complexity:
- A typical way to classify these architectures is with Flynn's taxonomy, which labels architectures according to instruction stream and data stream.
- For example, an idealised serial computer would be labeled Single instruction Single Data (SISD) as it executes one instruction at a time on a single piece of data.