Bayesian Theory Based Adaptive Proximity Data Accessing for CMP Caches
スポンサーリンク
概要
- 論文の詳細を見る
As the number of cores and the working sets of parallel workloads increase, shared L2 caches exhibit fewer misses than private L2 caches by making a better use of the total available cache capacity, but they induce higher overall L1 miss latencies because of the longer average distance between the requestor and the home node, and the potential congestions at certain nodes. We observed that there is a high probability that the target data of an L1 miss resides in the L1 cache of a neighbor node. In such cases, these long-distance accesses to the home nodes can be potentially avoided. In order to leverage the aforementioned property, we propose Bayesian Theory based Adaptive Proximity Data Accessing (APDA). In our proposal, we organize the multi-core into clusters of 2x2 nodes, and introduce the Proximity Data Prober (PDP) to detect whether an L1 miss can be served by one of the cluster L1 caches. Furthermore, we devise the Bayesian Decision Classifier (BDC) to adaptively select the remote L2 cache or the neighboring L1 node as the server according to the minimum miss cost. We evaluate this approach on a 64-node multi-core using SPLASH-2 and PARSEC benchmarks, and we find that the APDA can reduce the execution time by 20% and reduce the energy by 14% compared to a standard multi-core with a shared L2. The experimental results demonstrate that our proposal outperforms the up-to-date mechanisms, such as ASR, DCC and RNUCA.
著者
-
WANG Dongsheng
Department of Computer Science and Technology, Tsinghua University, and Tsinghua National Laboratory for Information Science and Technology
-
GUO Sanchuan
Department of Computer Science and Technology, Tsinghua University, and Tsinghua National Laboratory for Information Science and Technology
-
LIU Zhenyu
Department of Computer Science and Technology, Tsinghua University, and Tsinghua National Laboratory for Information Science and Technology
-
LI Guohong
Department of Computer Science and Technology, Tsinghua University, and Tsinghua National Laboratory for Information Science and Technology
関連論文
- Medicinal Herb Research: Serum Pharmacological Method and Plasma Pharmacological Method
- Bayesian Theory Based Adaptive Proximity Data Accessing for CMP Caches