diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-09-27 09:23:09 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-09-27 09:23:09 +0200 |
commit | 1402c2c49a9ccc506b4e301107fb24ff63534239 (patch) | |
tree | b20a0186e9c9d44411ba712a95e08e6fbe45b404 | |
parent | cbc0542852e67cc482bcccd3e8c1c4986e5d9a6c (diff) |
README: -v; add references
-rw-r--r-- | README.md | 51 |
1 files changed, 49 insertions, 2 deletions
@@ -1,8 +1,55 @@ -This is an improved and extended version of the PrIM benchmarks by Gómez-Luna -et al. Let's call it **PrIME**: Processing-in-memory Benchmarks, Extended. +# PrIM (Processing-In-Memory Benchmarks) Extended + +This is an improved and extended version of the PrIM benchmark suite originally developed for UPMEM PIM (near-memory computing / processing-in-memory) evaluation by by Gómez-Luna et al. +Its benchmarks support **NUMA**-aware **HBM** (high-bandwidth memory), **DRAM**, and **UPMEM PIM** (near-memory computing / processing-in-memory) evaluation. + +It has been used in the following publications. + +**B. Friesel**, M. Lütke Dreimann, and O. Spinczyk. [A Full-System Perspective on UPMEM Performance](https://ess.cs.uos.de/static/papers/Friesel-2023-DIMES.pdf). In *Proceedings of the 1st Workshop on Disruptive Memory Systems*, DIMES '23, pages 1–7, 2023. Association for Computing Machinery. +[DOI: 10.1145/3609308.3625266](http://dx.doi.org/10.1145/3609308.3625266) +| +[Presentation Slides](https://ess.cs.uos.de/static/papers/Friesel-2023-DIMES-Slides.pdf) + +``` +@inproceedings{friesel2023dimes, +author = {Friesel, Birte and L{\"u}tke Dreimann, Marcel and Spinczyk, Olaf}, +title = {{A Full-System Perspective on UPMEM Performance}}, +year = {2023}, +month = 10, +isbn = {979-8-4007-0300-3}, +publisher = {Association for Computing Machinery}, +address = {New York, NY, USA}, +doi = {10.1145/3609308.3625266}, +booktitle = {Proceedings of the 1st Workshop on Disruptive Memory Systems}, +pages = {1--7}, +numpages = {7}, +location = {Koblenz, Germany}, +series = {DIMES '23} +} +``` + +**B. Friesel**, M. Lütke Dreimann, and O. Spinczyk. Performance Models for Task-based Scheduling with Disruptive Memory Technologies. In *Proceedings of the 2nd Workshop on Disruptive Memory Systems*, DIMES '24, 2024. Association for Computing Machinery. to appear. + +``` +@inproceedings{friesel2024dimes, +author = {Friesel, Birte and L{\"u}tke Dreimann, Marcel and Spinczyk, Olaf}, +title = {Performance Models for Task-based Scheduling with Disruptive Memory Technologies}, +year = {2024}, +month = 11, +publisher = {Association for Computing Machinery}, +address = {New York, NY, USA}, +booktitle = {Proceedings of the 2nd Workshop on Disruptive Memory Systems}, +location = {Austin, TX, USA}, +series = {DIMES '24}, +category = {ESS, SMAUG}, +note = {to appear} +} +``` The original README follows. +--- + # PrIM (Processing-In-Memory Benchmarks) PrIM is the first benchmark suite for a real-world processing-in-memory (PIM) architecture. |