Content deleted Content added
m Reverted 1 edit by 212.219.90.202 (talk) to last revision by Jarble |
No edit summary |
||
Line 1:
{{distinguish|text=[[unified memory architecture]], which is a synonym of "integrated graphics"}}
'''Uniform memory access''' ('''UMA''') is a [[shared memory architecture|shared memory]] architecture used in [[parallel computer]]s. All the processors in the UMA model share the physical memory uniformly. In an 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
==Types of architectures==
|