-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,48 @@ | ||
@misc{assignment-text, | ||
author = {{Noc Reissmann}}, | ||
author = {Noc Reissmann}, | ||
title = {{TDT4260 Computer Architecture Mini-Project Guidelines}}, | ||
howpublished = {{\url{https://www.idi.ntnu.no/emner/tdt4260/_media/tdt4260_mini-project_guidelines.pdf}}} | ||
howpublished = {\url{https://www.idi.ntnu.no/emner/tdt4260/_media/tdt4260_mini-project_guidelines.pdf}} | ||
} | ||
@article{ghb, | ||
author = {{Kyle J. Nesbit and James E. Smith}}, | ||
author = {Kyle J. Nesbit and James E. Smith}, | ||
title = {{Data Cache Prefetching Using a Global History Buffer}}, | ||
journal = {{Proceedings of the 10th IEEE Symposium on High-Performance Computer Architecture}}, | ||
year = {{2004}}, | ||
month = {{February}}, | ||
journal = {Proceedings of the 10th IEEE Symposium on High-Performance Computer Architecture}, | ||
year = {2004}, | ||
month = {February}, | ||
} | ||
@article{microlib, | ||
author = {{Daniel Garciea Pérez and Gilles Mouchard and Oliver Temam}}, | ||
author = {Daniel Garciea Pérez and Gilles Mouchard and Oliver Temam}, | ||
title = {{MicroLib: A Case for the Quantitative Comparison of Micro-Architecture Mechanisms}}, | ||
journal = {{Proceedings of the 3rd Annual Workshop on Duplicating, Deconstructing, and Debunking (WDDD04)}}, | ||
year = {{2004}}, | ||
month = {{June}}, | ||
journal = {Proceedings of the 3rd Annual Workshop on Duplicating, Deconstructing, and Debunking (WDDD04)}, | ||
year = {2004}, | ||
month = {June}, | ||
} | ||
@article{dcpt, | ||
author = {{Marius Grannaes and Magnus Jahre and Lasse Natvig}}, | ||
author = {Marius Grannaes and Magnus Jahre and Lasse Natvig}, | ||
title = {{Storage Efficient Hardware Prefetching using Delta Correlating Prediction Tables}}, | ||
journal = {{The 1st International Journal of Instructional Level Parallelism Data Prefetching Championship (DPC-1)}}, | ||
year = {{2009}}, | ||
month = {{June}}, | ||
journal = {The 1st International Journal of Instructional Level Parallelism Data Prefetching Championship (DPC-1)}, | ||
year = {2009}, | ||
month = {June}, | ||
} | ||
@article{acdc, | ||
author = {{Kyle J. Nesbit and Ashutosh S. Dhodapkar and Lames E. Smith}}, | ||
author = {Kyle J. Nesbit and Ashutosh S. Dhodapkar and Lames E. Smith}, | ||
title = {{AC/DC: An Adaptive Data Cache Prefetcher}}, | ||
journal = {{PACT-13}}, | ||
year = {{2004}}, | ||
journal = {PACT-13}, | ||
year = {2004}, | ||
} | ||
@article{M5paper, | ||
author = {Nathan L. Binkert and Ronald G. Dreslinski and Lisa R. Hsu and Kevin T. Lim and Ali G. Saidi and Steven K. Reinhardt}, | ||
title = {{The M5 Simulator: Modeling Networked Systems}}, | ||
journal = {IEEE Micro}, | ||
volume = {26}, | ||
number = {4}, | ||
pages = {52-60}, | ||
year = {2006}, | ||
month = {July - August}, | ||
} | ||
@manual{m5userguide, | ||
title = {{M5 simulator system TDT4260 Computer Architecture User documentation}}, | ||
organization = {Norwegian University of Science and Technology}, | ||
year = {2014}, | ||
month = {January}, | ||
} |