Hardware and Compiler Support for Cache Coherence in Large-scale Shared-memory Multiprocessors

Hardware and Compiler Support for Cache Coherence in Large-scale Shared-memory Multiprocessors
Title Hardware and Compiler Support for Cache Coherence in Large-scale Shared-memory Multiprocessors PDF eBook
Author Lynn Choi
Publisher
Pages 300
Release 1996
Genre Cache memory
ISBN

Download Hardware and Compiler Support for Cache Coherence in Large-scale Shared-memory Multiprocessors Book in PDF, Epub and Kindle

Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors

Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors
Title Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors PDF eBook
Author Lynn Choi
Publisher
Pages 40
Release 1996
Genre Cache memory
ISBN

Download Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors Book in PDF, Epub and Kindle

Abstract: "In this paper, we study a hardware-supported, compiler-directed (HSCD) cache coherence scheme, which can be implemented on a large-scale multiprocessor using off-the-shelf microprocessors, such as the Cray T3D. The scheme can be adapted to various cache organizations, including multi-word cache lines and byte-addressable architectures. Several system related issues, including critical sections, inter-thread communication, and task migration have also been addressed. The cost of the required hardware support is minimal and proportional to the cache size. The necessary compiler algorithms, including intra- and interprocedural array data flow analysis, have been implemented on the Polaris parallelizing compiler [33]. From our simulation study using the Perfect Club benchmarks [5], we found that in spite of the conservative analysis made by the compiler, the performance of the proposed HSCD scheme can be comparable to that of a full-map hardware directory scheme. Given its comparable performance and reduced hardware cost, the proposed scheme can be a viable alternative for large-scale multiprocessors such as the Cray T3D, which rely on users to maintain data coherence."

Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors: Design Considerations and Preformance Study

Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors: Design Considerations and Preformance Study
Title Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors: Design Considerations and Preformance Study PDF eBook
Author L. Choi
Publisher
Pages 37
Release 1996
Genre
ISBN

Download Hardware and Compiler-directed Cache Coherence in Large-scale Multiprocessors: Design Considerations and Preformance Study Book in PDF, Epub and Kindle

A Primer on Memory Consistency and Cache Coherence

A Primer on Memory Consistency and Cache Coherence
Title A Primer on Memory Consistency and Cache Coherence PDF eBook
Author Daniel Sorin
Publisher Morgan & Claypool Publishers
Pages 214
Release 2011-03-02
Genre Technology & Engineering
ISBN 1608455653

Download A Primer on Memory Consistency and Cache Coherence Book in PDF, Epub and Kindle

Many modern computer systems and most multicore chips (chip multiprocessors) 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 highlevel concepts as well as specific, concrete examples from real-world systems. Table of Contents: Preface / Introduction to Consistency and Coherence / Coherence Basics / Memory Consistency Motivation and Sequential Consistency / Total Store Order and the x86 Memory Model / Relaxed Memory Consistency / Coherence Protocols / Snooping Coherence Protocols / Directory Coherence Protocols / Advanced Topics in Coherence / Author Biographies

The Cache Coherence Problem in Shared-Memory Multiprocessors

The Cache Coherence Problem in Shared-Memory Multiprocessors
Title The Cache Coherence Problem in Shared-Memory Multiprocessors PDF eBook
Author Igor Tartalja
Publisher Wiley-IEEE Computer Society Press
Pages 368
Release 1996-02-13
Genre Computers
ISBN

Download The Cache Coherence Problem in Shared-Memory Multiprocessors Book in PDF, Epub and Kindle

The book illustrates state-of-the-art software solutions for cache coherence maintenance in shared-memory multiprocessors. It begins with a brief overview of the cache coherence problem and introduces software solutions to the problem. The text defines and details static and dynamic software schemes, techniques for modeling performance evaluation mechanisms, and performance evaluation studies.

Scalable Shared Memory Multiprocessors

Scalable Shared Memory Multiprocessors
Title Scalable Shared Memory Multiprocessors PDF eBook
Author Michel Dubois
Publisher Springer Science & Business Media
Pages 360
Release 1992
Genre Computers
ISBN 9780792392194

Download Scalable Shared Memory Multiprocessors Book in PDF, Epub and Kindle

Mathematics of Computing -- Parallelism.

Shared Memory Multiprocessing

Shared Memory Multiprocessing
Title Shared Memory Multiprocessing PDF eBook
Author Norihisa Suzuki
Publisher MIT Press
Pages 534
Release 1992
Genre Computers
ISBN 9780262193221

Download Shared Memory Multiprocessing Book in PDF, Epub and Kindle

Shared memory multiprocessors are becoming the dominant architecture for small-scale parallel computation. This book is the first to provide a coherent review of current research in shared memory multiprocessing in the United States and Japan. It focuses particularly on scalable architecture that will be able to support hundreds of microprocessors as well as on efficient and economical ways of connecting these fast microprocessors. The 20 contributions are divided into sections covering the experience to date with multiprocessors, cache coherency, software systems, and examples of scalable shared memory multiprocessors.