CSC/ECE 506 Spring 2012/10b sr

From Expertiza_Wiki
Revision as of 05:22, 4 April 2012 by Rohith (talk | contribs)
Jump to navigation Jump to search

Use of consistency models in current multiprocessors

The memory consistency model of a shared memory system determines the order in which memory operations will appear to execute to the programmer. This article describes how consistency is used in multiprocessors today and later digs into the details of popular consistency models in use today. The impact of these models on the multiprocessor performance is also discussed. The article finishes off with a discussion about how the consistency models perform with larger multiprocessors.

Introduction

Consistency in current-day multiprocessors

Consistency models used

Practical performance impact

Conclusion