diff options
author | Juan Gómez Luna <el1goluj@gmail.com> | 2023-03-25 10:59:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 10:59:52 -0700 |
commit | 9ea51d74e35e7a56a68b445926f8c58a73b7373c (patch) | |
tree | 04d993fa0e86876dc06c2345ad826207baf10c77 /README.md | |
parent | d642ba32654f46c86d82c8f7bebf57f54ddf1f30 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -13,12 +13,39 @@ PrIM also includes a set of microbenchmarks can be used to assess various archit ## Citation -Please cite the following paper if you find this repository useful: +Please cite the following papers if you find this repository useful. -Juan Gómez-Luna, Izzat El Hajj, Ivan Fernandez, Christina Giannoula, Geraldo F. Oliveira, and Onur Mutlu, "[Benchmarking a New Paradigm: An Experimental Analysis of a Real Processing-in-Memory Architecture](https://arxiv.org/pdf/2105.03814.pdf)". arXiv:2105.03814 [cs.AR], 2021. +The short paper version contains the key takeaways of our architecture characterization and workload suitability study: +Juan Gómez-Luna, Izzat El Hajj, Ivan Fernandez, Christina Giannoula, Geraldo F. Oliveira, and Onur Mutlu, "[Benchmarking Memory-centric Computing Systems: Analysis of Real Processing-in-Memory Hardware](https://ieeexplore.ieee.org/abstract/document/9651614)". 2021 12th International Green and Sustainable Computing Conference (IGSC). IEEE, 2021. Bibtex entry for citation: ``` +@inproceedings{gomez2021benchmarking, + title={{Benchmarking Memory-centric Computing Systems: Analysis of Real Processing-in-Memory Hardware}}, + author={Juan Gómez-Luna and Izzat El Hajj and Ivan Fernandez and Christina Giannoula and Geraldo F. Oliveira and Onur Mutlu}, + booktitle={2021 12th International Green and Sustainable Computing Conference (IGSC)}, + year={2021}, + organization={IEEE} +} +``` + +The long paper version contains all details of our work: key observations, programming recommendations, and key takeaways: +Juan Gómez-Luna, Izzat El Hajj, Ivan Fernandez, Christina Giannoula, Geraldo F. Oliveira, and Onur Mutlu, "[Benchmarking a New Paradigm: Experimental Analysis and Characterization of a Real Processing-in-Memory System](https://ieeexplore.ieee.org/abstract/document/9771457)". IEEE Access (2022). + +Juan Gómez-Luna, Izzat El Hajj, Ivan Fernandez, Christina Giannoula, Geraldo F. Oliveira, and Onur Mutlu, "[Benchmarking a New Paradigm: An Experimental Analysis of a Real Processing-in-Memory Architecture](https://arxiv.org/pdf/2105.03814.pdf)". arXiv:2105.03814 [cs.AR], 2021. + +Bibtex entries for citation: +``` +@article{gomez2022benchmarking, + title={{Benchmarking a New Paradigm: Experimental Analysis and Characterization of a Real Processing-in-Memory System}, + author={Juan Gómez-Luna and Izzat El Hajj and Ivan Fernandez and Christina Giannoula and Geraldo F. Oliveira and Onur Mutlu}, + journal={IEEE Access}, + volume={10}, + pages={52565--52608}, + year={2022}, + publisher={IEEE} +} +``` @misc{gomezluna2021prim, title={{Benchmarking a New Paradigm: An Experimental Analysis of a Real Processing-in-Memory Architecture}}, author={Juan Gómez-Luna and Izzat El Hajj and Ivan Fernandez and Christina Giannoula and Geraldo F. Oliveira and Onur Mutlu}, |