slide 22 of 32
Shared Memory
-
One processor writes to a variable,
another reads it
-
Physical vs. logical sharing
-
Physical: low (variable) latency, high bandwidth
-
Logical: high latency, low bandwidth
-
Generally easier to use
-
Harder to debug or performance tune