Uniform memory access: Difference between revisions

Content deleted Content added
Undid revision 202908974 by Kubanczyk (talk)
Undid revision 203228280 by 70.112.27.32 (talk) what's wrong?
Line 1:
'''Uniform Memory Access''' (UMA) is a [[Sharedshared Memorymemory]] 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 fromon which processor makes the request or which memory chip contains the target memorytransferred data.
 
Uniform Memory Access computer architectures are often contrasted with [[Non-Uniform Memory Access]] (NUMA) architectures.
 
[[Category:Computer memory]]