Models of Memory Consistency: An Introduction
Relaxed Consistency Model: The Basic and Release Consistency
| Relaxing Order | Model Name |
|---|---|
| W->R | total store ordering, processor consistency |
| W->R && W->W | partial store order |
| Relax All | weak order, PowerPc consistency model. release consistency, RISC V consistency model |
Release Consistency,
Putting it all together: Multicore Processor and Their performance.
NUCA(Nonuniform Cache Architecture)
I can not draw a graph like Xeon or Power8 do in Figure 5.27 TODO: print part of the graph 5.26
SPECintRate https://www.spec.org/benchmarks.html
Fallacies and Pitfalls
本站所有文章转发 CSDN 将按侵权追究法律责任,其它情况随意。