Open Systems Laboratory at Illinois

Towards optimizing energy costs of algorithms for shared memory architectures

By Vijay Anand Korthikanti and Gul Agha. In SPAA, 157–165. ACM, 2010.

Full Text:
Download PDF
Publisher Link:
http://doi.acm.org/10.1145/1810479.1810510

Abstract

Energy consumption by computer systems has emerged as an important concern. However, the energy consumed in executing an algorithm cannot be inferred from its performance alone: it must be modeled explicitly. This paper analyzes energy consumption of parallel algorithms executed on shared memory multicore processors. Specifically, we develop a methodology to evaluate how energy consumption of a given parallel algorithm changes as the number of cores and their frequency is varied. We use this analysis to establish the optimal number of cores to minimize the energy consumed by the execution of a parallel algorithm for a specific problem size while satisfying a given performance requirement. We study the sensitivity of our analysis to changes in parameters such as the ratio of the power consumed by a computation step versus the power consumed in accessing memory. The results show that the relation between the problem size and the optimal number of cores is relatively unaffected for a wide range of these parameters.

BibTeX

@inproceedings{conf/spaa/KorthikantiA10,
    author = "Korthikanti, Vijay Anand and Agha, Gul",
    editor = "auf der Heide, Friedhelm Meyer and Phillips, Cynthia
              A.",
    title = "Towards optimizing energy costs of algorithms for shared
             memory architectures",
    booktitle = "SPAA",
    crossref = "conf/spaa/2010",
    ee = "http://doi.acm.org/10.1145/1810479.1810510",
    pages = "157-165",
    year = "2010",
}

@proceedings{conf/spaa/2010,
    editor = "auf der Heide, Friedhelm Meyer and Phillips, Cynthia
              A.",
    title = "SPAA 2010: Proceedings of the 22nd Annual ACM Symposium
             on Parallelism in Algorithms and Architectures, Thira, Santorini,
             Greece, June 13-15, 2010",
    isbn = "978-1-4503-0079-7",
    publisher = "ACM",
    year = "2010",
}