Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 117.211.162.203 to version by ThePowerofX. False positive? Report it. Thanks, ClueBot NG. (1691709) (Bot) |
mNo edit summary |
||
Line 1:
'''Uniform Memory Access''' (UMA) is a [[shared memory]] architecture used in [[parallel computer]]s. All the processors in the UMA model share the physical memory uniformly. In a UMA architecture, access time to a memory ___location is independent of which processor makes the request or which memory chip contains the transferred data. Uniform Memory Access computer architectures are often contrasted with [[Non-Uniform Memory Access]] (NUMA) architectures. In the UMA architecture, each processor may use a private cache. Peripherals are also shared in some fashion
==Types of UMA architectures==
|