A Primer on Memory Consistency and Cache Coherence, 2/e (Paperback)
Nagarajan, Vijay, Sorin, Daniel J., Hill, Mark D.
- 出版商: Morgan & Claypool
- 出版日期: 2020-02-04
- 售價: $3,150
- 貴賓價: 9.5 折 $2,993
- 語言: 英文
- 頁數: 296
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1681737094
- ISBN-13: 9781681737096
-
其他版本:
A Primer on Memory Consistency and Cache Coherence: Second Edition
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,362Fundamentals of Data Structures in C, 2/e (Paperback)
-
$2,980$2,920 -
$2,565BPF Performance Tools : Linux System and Application Observability (Paperback)
-
$950$903 -
$709奔跑吧 Linux 內核 (捲1):基礎架構, 2/e
-
$714$678 -
$1,725Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security (Paperback)
-
$654$621 -
$550$434
相關主題
商品描述
Many modern computer systems, including homogeneous and heterogeneous architectures, support shared memory in hardware.
In a shared memory system, each of the processor cores may read and write to a single shared address space. For a shared memory machine, the memory consistency model defines the architecturally visible behavior of its memory system. Consistency definitions provide rules about loads and stores (or memory reads and writes) and how they act upon memory. As part of supporting a memory consistency model, many machines also provide cache coherence protocols that ensure that multiple cached copies of data are kept up-to-date. The goal of this primer is to provide readers with a basic understanding of consistency and coherence. This understanding includes both the issues that must be solved as well as a variety of solutions. We present both high-level concepts as well as specific, concrete examples from real-world systems.
This second edition reflects a decade of advancements since the first edition and includes, among other more modest changes, two new chapters: one on consistency and coherence for non-CPU accelerators (with a focus on GPUs) and one that points to formal work and tools on consistency and coherence.