Update on Overleaf.
This commit is contained in:
@@ -141,4 +141,59 @@ year={1998}
|
||||
series={Addison-Wesley VLSI systems series},
|
||||
year={1990},
|
||||
publisher={Addison-Wesley Publishing Company}
|
||||
}
|
||||
}
|
||||
|
||||
@article{10.1145/3296957.3173177,
|
||||
author = {Boroumand, Amirali and Ghose, Saugata and Kim, Youngsok and Ausavarungnirun, Rachata and Shiu, Eric and Thakur, Rahul and Kim, Daehyun and Kuusela, Aki and Knies, Allan and Ranganathan, Parthasarathy and Mutlu, Onur},
|
||||
title = {Google Workloads for Consumer Devices: Mitigating Data Movement Bottlenecks},
|
||||
year = {2018},
|
||||
issue_date = {February 2018},
|
||||
publisher = {Association for Computing Machinery},
|
||||
address = {New York, NY, USA},
|
||||
volume = {53},
|
||||
number = {2},
|
||||
issn = {0362-1340},
|
||||
url = {https://doi.org/10.1145/3296957.3173177},
|
||||
doi = {10.1145/3296957.3173177},
|
||||
abstract = {We are experiencing an explosive growth in the number of consumer devices, including smartphones, tablets, web-based computers such as Chromebooks, and wearable devices. For this class of devices, energy efficiency is a first-class concern due to the limited battery capacity and thermal power budget. We find that data movement is a major contributor to the total system energy and execution time in consumer devices. The energy and performance costs of moving data between the memory system and the compute units are significantly higher than the costs of computation. As a result, addressing data movement is crucial for consumer devices. In this work, we comprehensively analyze the energy and performance impact of data movement for several widely-used Google consumer workloads: (1) the Chrome web browser; (2) TensorFlow Mobile, Google's machine learning framework; (3) video playback, and (4) video capture, both of which are used in many video services such as YouTube and Google Hangouts. We find that processing-in-memory (PIM) can significantly reduce data movement for all of these workloads, by performing part of the computation close to memory. Each workload contains simple primitives and functions that contribute to a significant amount of the overall data movement. We investigate whether these primitives and functions are feasible to implement using PIM, given the limited area and power constraints of consumer devices. Our analysis shows that offloading these primitives to PIM logic, consisting of either simple cores or specialized accelerators, eliminates a large amount of data movement, and significantly reduces total system energy (by an average of 55.4\% across the workloads) and execution time (by an average of 54.2\%).},
|
||||
journal = {SIGPLAN Not.},
|
||||
month = mar,
|
||||
pages = {316–331},
|
||||
numpages = {16},
|
||||
keywords = {consumer workloads, data movement, energy efficiency, memory systems, processing-in-memory}
|
||||
}
|
||||
|
||||
@inproceedings{borgho_18,
|
||||
author = {Boroumand, Amirali and Ghose, Saugata and Kim, Youngsok and Ausavarungnirun, Rachata and Shiu, Eric and Thakur, Rahul and Kim, Daehyun and Kuusela, Aki and Knies, Allan and Ranganathan, Parthasarathy and Mutlu, Onur},
|
||||
title = {Google Workloads for Consumer Devices: Mitigating Data Movement Bottlenecks},
|
||||
year = {2018},
|
||||
isbn = {9781450349116},
|
||||
publisher = {Association for Computing Machinery},
|
||||
address = {New York, NY, USA},
|
||||
url = {https://doi.org/10.1145/3173162.3173177},
|
||||
doi = {10.1145/3173162.3173177},
|
||||
booktitle = {Proceedings of the Twenty-Third International Conference on Architectural Support for Programming Languages and Operating Systems},
|
||||
pages = {316–331},
|
||||
numpages = {16},
|
||||
keywords = {consumer workloads, data movement, energy efficiency, memory systems, processing-in-memory},
|
||||
location = {Williamsburg, VA, USA},
|
||||
series = {ASPLOS '18}
|
||||
}
|
||||
|
||||
|
||||
@inproceedings{feldmann_23,
|
||||
location = {Alexandria {VA} {USA}},
|
||||
title = {A Precise Measurement Platform for {LPDDR}4 Memories},
|
||||
isbn = {9798400716447},
|
||||
url = {https://dl.acm.org/doi/10.1145/3631882.3631899},
|
||||
doi = {10.1145/3631882.3631899},
|
||||
eventtitle = {{MEMSYS} '23: The International Symposium on Memory Systems},
|
||||
pages = {1--8},
|
||||
booktitle = {Proceedings of the International Symposium on Memory Systems},
|
||||
publisher = {{ACM}},
|
||||
author = {Feldmann, Johannes and Steiner, Lukas and Christ, Derek and Psota, Thomas and Jung, Matthias and Wehn, Norbert},
|
||||
urldate = {2024-11-14},
|
||||
date = {2023-10-02},
|
||||
langid = {english},
|
||||
file = {Feldmann et al. - 2023 - A Precise Measurement Platform for LPDDR4 Memories.pdf:/home/derek/.local/share/zotero/storage/C7RSPK9K/Feldmann et al. - 2023 - A Precise Measurement Platform for LPDDR4 Memories.pdf:application/pdf},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user