Can't remember... whatever rollback is possible anyways

This commit is contained in:
Zhengyi Chen 2023-12-06 02:20:03 +00:00
parent 15649fa0c7
commit 1fbefd49f0
6 changed files with 234 additions and 5 deletions

View file

@ -158,3 +158,25 @@ abstract = {In this paper we describe the way thread migration can be carried in
publisher={VLDB Endowment}
}
@inproceedings{shan2017distributed,
title={Distributed shared persistent memory},
author={Shan, Yizhou and Tsai, Shin-Yeh and Zhang, Yiying},
booktitle={Proceedings of the 2017 Symposium on Cloud Computing},
pages={323--337},
year={2017}
}
@inproceedings{EndoWataru2020MADD,
abstract = {The spread of RDMA-capable interconnects on supercomputers has enabled the middleware developers to explore new design options for runtime systems based on efficient communications. Observing low-latency networks and shared-memory infrastructure for multi-core processors, we have focused on extending shared-memory abstraction into multiple nodes exploiting RDMA, i.e., Distributed Shared Memory (DSM). We have found that the traditional protocols of DSM designed for two-sided communications cannot fully exploit the performance of RDMA, which necessitates decentralization and coarse-grained communications. To solve this problem, we introduced two methods for the DSM coherence protocol to exploit RDMA and implemented a DSM library MENPS using this protocol. Our evaluation shows that MENPS could accelerate two of five shared-memory applications with minimal modifications and beat an existing RDMA-based DSM runtime.},
author = {Endo, Wataru and Sato, Shigeyuki and Taura, Kenjiro},
address = {LOS ALAMITOS},
booktitle = {2020 IEEE/ACM Fourth Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware (IPDRM)},
isbn = {1665422769},
keywords = {cache coherence protocol ; coarse-grained communications ; Coherence ; Computer Science ; Computer Science, Hardware & Architecture ; Computer Science, Software Engineering ; Computer Science, Theory & Methods ; decentralized distributed shared memory ; design options ; distributed shared memory ; distributed shared memory systems ; DSM coherence protocol ; DSM library MENPS ; efficient communications ; existing RDMA-based DSM runtime ; home migration ; Libraries ; Merging ; message passing ; middleware ; middleware developers ; multicore processors ; multiple nodes ; Program processors ; protocols ; RDMA ; RDMA-capable interconnects ; Runtime ; runtime systems ; Science & Technology ; shared memory systems ; shared-memory abstraction ; shared-memory applications ; shared-memory infrastructure ; Synchronization ; Technology ; timestamp based coherence ; traditional protocols ; two-sided communications},
language = {eng},
organization = {IEEE Comp Soc},
pages = {9-16},
publisher = {IEEE},
title = {MENPS: A Decentralized Distributed Shared Memory Exploiting RDMA},
year = {2020},
}