Chapter2 part 3
Chapter2 part 3
z=x+y;
i f ( z > 0) Z will be
w=x; positive
else
w=y;
PARALLEL HARDWARE
MISD (MIMD)
Multiple instruction stream Multiple instruction stream
Single data stream Multiple data stream
no
tc
ov
ere
d
n data items
control unit
n ALUs
Figure 2.3
Figure 2.4
Two categories:
Shared memory interconnects
Distributed memory interconnects
Crossbar –
Allows simultaneous communication among
different devices.
Faster than buses.
But the cost of the switches and links is relatively
high.
Indirect interconnect
Switches may not be directly connected to a
processor.
Figure 2.9
Figure 2.11