|
|
![]() |
In fact, this is the type of computer that we have been studying all along...
![]() |
NOTE: obviously, it's kinda stupid to execute the same instruction on the same data - you will waste CPU time getting the same result multiple times.
![]() |
Properties:
|
Operational Details:
|
It was commonly used in speeding up numerical applications that use many vector operations (such as matrix-matrix and matrix-vector multiplications.)
|
Executing multiple instruction at once naturally require:
|
|
![]() |
|
![]() |
Properties:
|
Message-passing MIMD computers are often called a computer cluster
They are much cheaper to manufacture than Shared-memory MIMD
|