Skip to content
EECS 4340 Final Review

MIMD execution model

Tag: mimd

Aliases: MIMD, Multiple Instruction Multiple Data

Flynn taxonomy class in which each processor independently fetches and executes its own instruction stream against its own data — the model used by general-purpose multiprocessors and CMPs.

No references yet.