Shared-memory programming model
Tag: shared-memory
Aliases: shared memory
A parallel programming model in which multiple threads operate on a single global address space, communicating implicitly via loads and stores. Supported in hardware by cache coherence.
No references yet.