Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Uniform memory access

From Wikipedia, the free encyclopedia
Parallel computing memory architecture

Uniform memory access (UMA) is ashared-memory architecture used inparallel computers. All processors in the UMA model share their 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 withnon-uniform memory access (NUMA) architectures. In the NUMA architecture, each processor may use a private cache. Peripherals are also shared in some fashion. The UMA model is suitable for general purpose andtime sharing applications by multiple users. It can be used to speed up the execution of a single large program intime-critical applications.[1]

Types of architectures

[edit]

There are three types of UMA architectures:

hUMA

[edit]

In April 2013, the term hUMA (heterogeneous uniform memory access) began to appear inAMD promotional material to refer toCPU andGPU sharing the same system memory viacache coherent views. Advantages include an easier programming model and less copying of data between separate memory pools.[2]

See also

[edit]

References

[edit]
  1. ^Kai Hwang.Advanced Computer Architecture.ISBN 0-07-113342-9.
  2. ^Peter Bright (April 30, 2013)."AMD's "heterogeneous Uniform Memory Access" coming this year in Kaveri".Ars Technica.
General
Levels
Multithreading
Theory
Elements
Coordination
Programming
Hardware
APIs
Problems
Retrieved from "https://en.wikipedia.org/w/index.php?title=Uniform_memory_access&oldid=1316144693"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp