-
Notifications
You must be signed in to change notification settings - Fork 0
/
hank.bib
3126 lines (2780 loc) · 105 KB
/
hank.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{FSE2015,
author = {Antonio Filieri and
Henry Hoffmann and
Martina Maggio},
title = {Automated multi-objective control for self-adaptive software design},
booktitle = {Proceedings of the 2015 10th Joint Meeting on Foundations of Software
Engineering, {ESEC/FSE} 2015, Bergamo, Italy, August 30 - September
4, 2015},
pages = {13--24},
year = {2015},
_crossref = {DBLP:conf/sigsoft/2015},
_url = {http://doi.acm.org/10.1145/2786805.2786833},
_doi = {10.1145/2786805.2786833},
_timestamp = {Thu, 10 Sep 2015 16:05:11 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/sigsoft/FilieriHM15},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{ASAP,
author = {Waqar Hussain and
Roberto Airoldi and
Henry Hoffmann and
Tapani Ahonen and
Jari Nurmi},
title = {Design of an accelerator-rich architecture by integrating multiple
heterogeneous coarse grain reconfigurable arrays over a network-on-chip},
booktitle = {{IEEE} 25th International Conference on Application-Specific Systems,
Architectures and Processors, {ASAP} 2014, Zurich, Switzerland, June
18-20, 2014},
pages = {131--138},
year = {2014},
_crossref = {DBLP:conf/asap/2014},
_url = {http://dx.doi.org/10.1109/ASAP.2014.6868647},
_doi = {10.1109/ASAP.2014.6868647},
_timestamp = {Fri, 08 Aug 2014 18:17:19 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/asap/HussainAHAN14},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{bigLittle,
author = {Brian Jeff},
title = {Big.LITTLE system architecture from {ARM:} saving power through heterogeneous
multiprocessing and task context migration},
booktitle = {DAC},
year = {2012},
_removed_pages = {1143--1146},
_url = {http://doi.acm.org/10.1145/2228360.2228569},
_doi = {10.1145/2228360.2228569},
_timestamp = {Fri, 17 Oct 2014 22:41:31 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/dac/Jeff12},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{ISSoC,
author = {Waqar Hussain and
Henry Hoffmann and
Tapani Ahonen and
Jari Nurmi},
title = {Constraint-driven frequency scaling in a Coarse Grain Reconfigurable
Array},
booktitle = {2014 International Symposium on System-on-Chip, SoC 2014, Tampere,
Finland, October 28-29, 2014},
pages = {1--6},
year = {2014},
_crossref = {DBLP:conf/issoc/2014},
_url = {http://dx.doi.org/10.1109/ISSOC.2014.6972451},
_doi = {10.1109/ISSOC.2014.6972451},
_timestamp = {Thu, 18 Dec 2014 17:26:44 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/issoc/HussainHAN14},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{raw3,
author = {Volker Strumpen and
Henry Hoffmann and
Anant Agarwal},
title = {Stream Algorithms and Architecture},
journal = {J. Instruction-Level Parallelism},
volume = {6},
year = {2004},
_url = {http://www.jilp.org/vol6/v6paper8.pdf},
_timestamp = {Fri, 21 Dec 2012 16:28:52 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/journals/jilp/StrumpenHA04},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{raw2,
author = {Michael Bedford Taylor and
Jason Sungtae Kim and
Jason E. Miller and
David Wentzlaff and
Fae Ghodrat and
Ben Greenwald and
Henry Hoffmann and
Paul Johnson and
Jae W. Lee and
Walter Lee and
Albert Ma and
Arvind Saraf and
Mark Seneski and
Nathan Shnidman and
Volker Strumpen and
Matthew Frank and
Saman P. Amarasinghe and
Anant Agarwal},
title = {The Raw Microprocessor: {A} Computational Fabric for Software Circuits
and General-Purpose Programs},
journal = {{IEEE} Micro},
volume = {22},
number = {2},
pages = {25--35},
year = {2002},
_url = {http://doi.ieeecomputersociety.org/10.1109/MM.2002.997877},
_doi = {10.1109/MM.2002.997877},
_timestamp = {Thu, 01 Mar 2012 09:59:17 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/journals/micro/TaylorKMWGGHJLLMSSSSFAA02},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{raw1,
author = {Michael Bedford Taylor and
Walter Lee and
Jason E. Miller and
David Wentzlaff and
Ian Bratt and
Ben Greenwald and
Henry Hoffmann and
Paul Johnson and
Jason Sungtae Kim and
James Psota and
Arvind Saraf and
Nathan Shnidman and
Volker Strumpen and
Matthew Frank and
Saman P. Amarasinghe and
Anant Agarwal},
title = {Evaluation of the Raw Microprocessor: An Exposed-Wire-Delay Architecture
for {ILP} and Streams},
booktitle = {31st International Symposium on Computer Architecture {(ISCA} 2004),
19-23 June 2004, Munich, Germany},
pages = {2--13},
year = {2004},
_crossref = {DBLP:conf/isca/2004},
_url = {http://dx.doi.org/10.1109/ISCA.2004.1310759},
_doi = {10.1109/ISCA.2004.1310759},
_timestamp = {Thu, 16 Oct 2014 17:35:16 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/isca/TaylorLMWBGHJKPSSSFAA04},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{HPEC,
author = {Tung Thanh Hoang and
Amirali Shambayati and
Calvin Deutschbein and
Henry Hoffmann and
Andrew A. Chien},
title = {Performance and energy limits of a processor-integrated {FFT} accelerator},
booktitle = {{IEEE} High Performance Extreme Computing Conference, {HPEC} 2014,
Waltham, MA, USA, September 9-11, 2014},
pages = {1--6},
year = {2014},
_crossref = {DBLP:conf/hpec/2014},
_url = {http://dx.doi.org/10.1109/HPEC.2014.7040951},
_doi = {10.1109/HPEC.2014.7040951},
_timestamp = {Wed, 18 Feb 2015 15:31:17 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/hpec/HoangSDHC14},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{tilera2,
author = {Henry Hoffmann and
David Wentzlaff and
Anant Agarwal},
title = {Remote Store Programming},
booktitle = {High Performance Embedded Architectures and Compilers, 5th International
Conference, HiPEAC 2010, Pisa, Italy, January 25-27, 2010. Proceedings},
pages = {3--17},
year = {2010},
_crossref = {DBLP:conf/hipeac/2010},
_url = {http://dx.doi.org/10.1007/978-3-642-11515-8_3},
_doi = {10.1007/978-3-642-11515-8_3},
_timestamp = {Wed, 24 Feb 2010 14:46:51 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/hipeac/HoffmannWA10},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{tilera1,
author = {David Wentzlaff and
Patrick Griffin and
Henry Hoffmann and
Liewei Bao and
Bruce Edwards and
Carl Ramey and
Matthew Mattina and
Chyi{-}Chang Miao and
John F. Brown III and
Anant Agarwal},
title = {On-Chip Interconnection Architecture of the Tile Processor},
journal = {{IEEE} Micro},
volume = {27},
number = {5},
pages = {15--31},
year = {2007},
url = {http://doi.ieeecomputersociety.org/10.1109/MM.2007.89},
doi = {10.1109/MM.2007.89},
timestamp = {Thu, 08 Nov 2007 13:35:41 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/micro/WentzlaffGHBERMMBA07},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{Imes2014,
author = {Connor Imes and Henry Hoffmann},
title = {Minimizing Energy Under Performance Constraints on Embedded Platforms: Resource Allocation Heuristics for Homogeneous and Single-ISA Heterogeneous Multi-Cores} ,
booktitle = {EWiLi},
year=2014,
}
@inproceedings{JouleGuard,
author = {Henry Hoffmann},
title = {JouleGuard: energy guarantees for approximate applications},
booktitle = {Proceedings of the 25th Symposium on Operating Systems Principles,
{SOSP} 2015, Monterey, CA, USA, October 4-7, 2015},
pages = {198--214},
year = {2015},
_crossref = {DBLP:conf/sosp/2015},
_url = {http://doi.acm.org/10.1145/2815400.2815403},
_doi = {10.1145/2815400.2815403},
_timestamp = {Fri, 02 Oct 2015 08:59:57 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/sosp/Hoffmann15},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{Carroll13,
author = {Carroll, Aaron and Heiser, Gernot},
title = {Mobile Multicores: Use Them or Waste Them},
booktitle = {HotPower},
year = {2013},
}
@inproceedings{PCP,
author = {Henry Hoffmann and Martina Maggio},
title = {PCP: A Generalized Approach to Optimizing Performance Under Power Constraints through Resource Management},
booktitle = {ICAC},
year = {2014},
removed_pages = {1143--1146},
url = {http://doi.acm.org/10.1145/2228360.2228569},
doi = {10.1145/2228360.2228569},
timestamp = {Fri, 17 Oct 2014 22:41:31 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dac/Jeff12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@ARTICLE{Kumar.2005.heterogeneous,
title={Processor Power Reduction Via Single-ISA Heterogeneous Multi-Core Architectures},
author={Kumar, R. and Farkas, K. and Jouppi, N.P. and Ranganathan, P. and Tullsen, D.M.},
journal={Computer Architecture Letters},
year={2003},
volume={2},
number={1},
}
@inproceedings{kim-cpsna,
author = {David H. K. Kim and
Connor Imes and
Henry Hoffmann},
title = {Racing and Pacing to Idle: Theoretical and Empirical Analysis of Energy
Optimization Heuristics},
booktitle = {2015 {IEEE} 3rd International Conference on Cyber-Physical Systems,
Networks, and Applications, {CPSNA} 2015, Kowloon, Hong Kong, China,
August 19-21, 2015},
pages = {78--85},
year = {2015},
_crossref = {DBLP:conf/cpsna/2015},
_url = {http://dx.doi.org/10.1109/CPSNA.2015.23},
_doi = {10.1109/CPSNA.2015.23},
_timestamp = {Wed, 23 Sep 2015 16:52:15 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/cpsna/KimIH15},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{LEO,
author = {Nikita Mishra and
Huazhe Zhang and
John D. Lafferty and
Henry Hoffmann},
title = {A Probabilistic Graphical Model-based Approach for Minimizing Energy
Under Performance Constraints},
booktitle = {Proceedings of the Twentieth International Conference on Architectural
Support for Programming Languages and Operating Systems, {ASPLOS}
'15, Istanbul, Turkey, March 14-18, 2015},
pages = {267--281},
year = {2015},
_crossref = {DBLP:conf/asplos/2015},
_url = {http://doi.acm.org/10.1145/2694344.2694373},
_doi = {10.1145/2694344.2694373},
_timestamp = {Thu, 26 Feb 2015 17:21:18 +0100},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/asplos/MishraZLH15},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{ASAP2,
author = {Tung Thanh Hoang and
Amirali Shambayati and
Henry Hoffmann and
Andrew A. Chien},
title = {Does arithmetic logic dominate data movement? a systematic comparison
of energy-efficiency for {FFT} accelerators},
booktitle = {26th {IEEE} International Conference on Application-specific Systems,
Architectures and Processors, {ASAP} 2015, Toronto, ON, Canada, July
27-29, 2015},
pages = {66--67},
year = {2015},
_crossref = {DBLP:conf/asap/2015},
_url = {http://dx.doi.org/10.1109/ASAP.2015.7245708},
_doi = {10.1109/ASAP.2015.7245708},
_timestamp = {Tue, 15 Sep 2015 09:29:07 +0200},
_biburl = {http://dblp.uni-trier.de/rec/bib/conf/asap/HoangSHC15},
_bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InProceedings{exynos5,
author = {Y. Shin
and K. Shin
and P. Kenkare
and R. Kashyap
and H-J. Lee
and D. Seo
and B. Millar
and Y. Kwon
and R. Iyengar
and M-S. Kim
and A. Chowdhury
and S-I. Bae
and I. Hon
and W. Jeong
and A. Lindner
and U. Cho
and K. Hawkins
and J. Son
and S. Hwang},
title = {28nm High-κ Metal-Gate Heterogeneous Quad-Core
CPUs for High-Performance and Energy-Efficient
Mobile Application Processor},
booktitle = {ISSCC},
year = {2013},
}
@book{LP,
title = {Applied mathematical programming},
author = {Bradley, S.P. and Hax, A.C. and Magnanti, T.L.},
year = {1977},
removed_publisher = {Addison-Wesley Pub. Co.}
}
@article{Cheng2009,
author = {Hui Cheng and Steve Goddard},
title = {SYS-EDF: a system-wide energy-efficient scheduling algorithm for hard real-time systems},
journal = {International Journal of Embedded Systems},
volume = {4},
number = {2},
year = {2009},
}
@inproceedings{Racu2006,
author = {Razvan Racu and
Arne Hamann and
Rolf Ernst and
Bren Mochocki and
Xiaobo Sharon Hu},
title = {Methods for power optimization in distributed embedded systems with
real-time requirements},
booktitle = {CASES},
year = {2006},
}
@inproceedings{Saha2012,
author = {Shivashis Saha and
Jitender S. Deogun and
Ying Lu},
title = {Adaptive energy-efficient task partitioning for heterogeneous multi-core
multiprocessor real-time systems},
booktitle = {HPCS},
year = {2012},
}
@article{Bini2009,
author = {Bini, Enrico and Buttazzo, Giorgio and Lipari, Giuseppe},
title = {Minimizing CPU Energy in Real-time Systems with Discrete Speed Management},
journal = {ACM Trans. Embed. Comput. Syst.},
volume = {8},
number = {4},
month = jul,
year = {2009},
pages = {31:1--31:23},
}
@INPROCEEDINGS{Anderson2004,
author={Anderson, J.H. and Baruah, S.K.},
booktitle={ICDCS},
title={Energy-efficient synthesis of periodic task systems upon identical multiprocessor platforms},
year={2004},
}
@inproceedings{Fohler2008,
author = {Raphael Guerra and
Julius C. B. Leite and
Gerhard Fohler},
title = {
Attaining soft real-time constraint and energy-efficiency in web servers},
booktitle = {SAC},
year = {2008},
}
@article{Nassiffee2013,
author = {Nassiffe, R\'{\i}ad and Camponogara, Eduardo and Lima, George},
title = {Optimizing QoS in Energy-aware Real-time Systems},
journal = {SIGBED Rev.},
volume = {10},
number = {2},
month = jul,
year = {2013},
}
@inproceedings{Dudani2002,
author = {Dudani, Ajay and Mueller, Frank and Zhu, Yifan},
title = {Energy-conserving Feedback EDF Scheduling for Embedded Systems with Real-time Constraints},
booktitle = {LCTES/SCOPES '02},
year = {2002},
}
@article{yuan2003energy,
title={Energy-efficient soft real-time CPU scheduling for mobile multimedia systems},
author={Yuan, Wanghong and Nahrstedt, Klara},
journal={ACM SIGOPS Operating Systems Review},
volume={37},
number={5},
pages={149--163},
year={2003},
publisher={ACM}
}
@inproceedings{Suzer2014,
author = {Mehmet H. Suzer and
Kyoung{-}Don Kang},
title = {Predictive Thermal Control for Real-Time Video Decoding},
booktitle = {ECRTS},
year = {2014},
}
@inproceedings{Huang2011,
author = {Kai Huang and
Jian{-}Jia Chen and
Lothar Thiele},
title = {Energy-Efficient Scheduling Algorithms for Periodic Power Management
for Real-Time Event Streams},
booktitle = {RTCSA},
year = {2011},
}
@INPROCEEDINGS{Yang2009,
author={Chuan-Yue Yang and Jian-Jia Chen and Tei-Wei Kuo and Thiele, L.},
booktitle={Emerging Technologies Factory Automation, 2009. ETFA 2009. IEEE Conference on},
title={Energy reduction techniques for systems with non-DVS components},
year={2009},
}
@INPROCEEDINGS{Huang2009,
author={Kai Huang and Santinelli, L. and Jian-Jia Chen and Thiele, L. and Buttazzo, G.C.},
booktitle={RTSS},
title={Adaptive Dynamic Power Management for Hard Real-Time Systems},
year={2009},
}
@inproceedings{Baptiste2006,
author = {Baptiste, Philippe},
title = {Scheduling Unit Tasks to Minimize the Number of Idle Periods: A Polynomial Time Algorithm for Offline Dynamic Power Management},
booktitle = {SODA},
year = {2006},
}
@INPROCEEDINGS{Lee2003,
author={Lee, Y.-H. and Reddy, K.P. and Krishna, C.M.},
booktitle={ECRTS},
title={Scheduling techniques for reducing leakage power in hard real-time systems},
year={2003},
}
@inproceedings{wcetTool,
author = {Andr{\'{e}} Maroneze and
Sandrine Blazy and
David Pichardie and
Isabelle Puaut},
title = {A Formally Verified {WCET} Estimation Tool},
booktitle = {WCET},
year = {2014},
}
@INPROCEEDINGS{Becker2014,
author={Becker, M. and Schmidt, A. and Orehek, M. and Nolte, T.},
booktitle={SIES},
title={Saving energy by means of dynamic load management in embedded multicore systems},
year={2014},
}
@article{Heo2011,
author = {Jin Heo and Praveen Jayachandran and Insik Shin and Dong Wang and Tarek Abdelzaher and Xue Liu},
title = {OptiTuner: On Performance Composition and Server Farm Energy Minimization Application},
journal ={IEEE Transactions on Parallel and Distributed Systems},
volume = {22},
number = {11},
year = {2011},
}
@inproceedings{Kong2010,
author = {Fanxin Kong and
Yiqun Wang and
Qingxu Deng and
Wang Yi},
title = {Minimizing Multi-resource Energy for Real-Time Systems with Discrete
Operation Modes},
booktitle = {ECRTS},
year = {2010},
}
@INPROCEEDINGS{Volp2014,
author={Volp, Marcus and Hahnel, Marcus and Lackorzynski, Adam},
booktitle={RTAS},
title={Has energy surpassed timeliness? Scheduling energy-constrained mixed-criticality systems},
year={2014},
}
@inproceedings{Shrivastava2005,
author = {Shrivastava, Aviral and Earlie, Eugene and Dutt, Nikil and Nicolau, Alex},
title = {Aggregating Processor Free Time for Energy Reduction},
booktitle = {CODES+ISSS},
year = {2005},
}
@INPROCEEDINGS{Bambagini2014,
author={Bambagini, Mario and Bertogna, Marko and Buttazzo, Giorgio},
booktitle={ETFA},
title={On the effectiveness of energy-aware real-time scheduling algorithms on single-core platforms},
year={2014},
}
@inproceedings{POET,
author = {Connor Imes and David H. K. Kim and Martina Maggio and Henry Hoffmann},
title = {{POET}: A Portable Approach to Minimizing Energy Under Soft Real-time Constraints},
booktitle = {RTAS},
year = {2015},
}
@inproceedings{Fu2012,
author = {Yong Fu and
Nicholas Kottenstette and
Chenyang Lu and
Xenofon D. Koutsoukos},
title = {Feedback thermal control of real-time systems on multicore
processors},
booktitle = {EMSOFT},
year = {2012},
}
@inproceedings{ICSE2014,
author = {Antonio Filieri and
Henry Hoffmann and
Martina Maggio},
title = {Automated design of self-adaptive software with control-theoretical
formal guarantees},
booktitle = {ICSE},
year = {2014},
}
@techreport{Kim2014,
author={David H. K. Kim and Henry Hoffmann},
title = {Racing and Pacing to Idle: Minimizing Energy Under Performance Constraints},
institution = "University of Chicago, Dept. of Comp. Sci.",
number={TR-2014-10},
year=2014
}
@techreport{CoAdapt,
author={Henry Hoffmann},
title = {CoAdapt},
institution = "University of Chicago, Dept. of Comp. Sci.",
number={TR-2014-12},
year=2014
}
@INPROCEEDINGS{Rajkumar,
author={Rajkumar, R. and Lee, C. and Lehoczky, J. and Siewiorek, Dan},
booktitle={RTSS},
title={A resource allocation model for QoS management},
year={1997},
}
@article{Sojka,
author = {Michal Sojka and
Pavel P\'{\i}sa and
Dario Faggioli and
Tommaso Cucinotta and
Fabio Checconi and
Zdenek Hanz{\'a}lek and
Giuseppe Lipari},
title = "Modular software architecture for flexible reservation mechanisms on heterogeneous resources ",
journal = "Journal of Systems Architecture ",
volume = "57",
number = "4",
year = "2011",
}
@inproceedings {HotPower,
author = {Henry Hoffmann},
booktitle = {HotPower},
title = {Racing vs. Pacing to Idle: A Comparison of Heuristics for Energy-aware Resource Allocation},
year = {2013},
}
@inproceedings{Maggio13,
author = {Martina Maggio and
Enrico Bini and
Georgios C. Chasparis and
Karl-Erik {\AA}rz{\'e}n},
title = {A Game-Theoretic Resource Manager for RT Applications},
booktitle = {ECRTS},
year = {2013},
}
@INPROCEEDINGS{Mohapatra,
author={Shivajit Mohapatra and Cornea, R. and Hyunok Oh and Lee, K. and Minyoung Kim and Dutt, N. and Gupta, R. and Nicolau, A. and Shukla, S. and Venkatasubramanian, N.},
booktitle={IPDPS},
title={A cross-layer approach for power-performance optimization in distributed mobile systems},
year={2005},
}
@article{xtune,
author = {Kim, Minyoung and Stehr, Mark-Oliver and Talcott, Carolyn and Dutt, Nikil and Venkatasubramanian, Nalini},
title = {xTune: A Formal Methodology for Cross-layer Tuning of Mobile Embedded Systems},
journal = {ACM Trans. Embed. Comput. Syst.},
volume = {11},
number = {4},
month = jan,
year = {2013},
}
@article{grace2,
author = {Vibhore Vardhan and
Wanghong Yuan and
Albert F. Harris III and
Sarita V. Adve and
Robin Kravets and
Klara Nahrstedt and
Daniel Grobe Sachs and
Douglas L. Jones},
title = {GRACE-2: integrating fine-grained application adaptation
with global adaptation for saving energy},
journal = {IJES},
volume = {4},
number = {2},
year = {2009},
}
@inproceedings{PTRADE,
author = {Henry Hoffmann and Martina Maggio and Marco
D. Santambrogio and Alberto Leva and Anant Agarwal},
title = {A Generalized Software Framework for Accurate and Efficient Managment of Performance Goals},
booktitle = {EMSOFT},
year = {2013}
}
@article{MeisnerISCA2011,
author = {Meisner, David and Sadler, Christopher M. and Barroso, Luiz Andr{\'e} and Weber, Wolf-Dietrich and Wenisch, Thomas F.},
title = {Power management of online data-intensive services},
journal = {ISCA},
year = {2011},
}
@inproceedings{Zhang2012,
author = {Xiao Zhang and
Rongrong Zhong and
Sandhya Dwarkadas and
Kai Shen},
title = {A Flexible Framework for Throttling-Enabled Multicore Management
(TEMM)},
booktitle = {ICPP},
year = {2012},
}
@inproceedings{Sprinting,
author = {Raghavan, Arun and Luo, Yixin and Chandawalla, Anuj and Papaefthymiou, Marios and Pipe, Kevin P. and Wenisch, Thomas F. and Martin, Milo M. K.},
title = {Computational sprinting},
booktitle = {HPCA},
year = {2012}
}
@inproceedings{npu2012,
author = {Esmaeilzadeh, Hadi and Sampson, Adrian and Ceze, Luis and Burger, Doug},
title = {Neural Acceleration for General-Purpose Approximate Programs},
booktitle = {MICRO},
year = {2012}
}
@ARTICLE{Kephart2007,
author={Menasce, D. and Kephart, J.O.},
journal={Internet Computing, IEEE}, title={Guest Editors' Introduction: Autonomic Computing},
year={2007},
volume={11},
number={1},
pages={18-21},
keywords={Availability;Computer vision;Condition monitoring;Data security;Databases;Network servers;Protection;Storage automation;Virtual machining;Web services;autonomic computing;self-* systems;self-healing},
doi={10.1109/MIC.2007.11},
ISSN={1089-7801},}
@article{bodytrack,
title={{Articulated body motion capture by stochastic search}},
author={Deutscher, J. and Reid, I.},
journal={International Journal of Computer Vision},
volume={61},
number={2},
pages={185--205},
year={2005},
publisher={Springer}
}
@Misc{swish,
author = {SWISH++},
howpublished = {\url{http://swishplusplus.sourceforge.net/}}
}
@inproceedings{flikker,
author = {Liu, Song and Pattabiraman, Karthik and Moscibroda, Thomas and Zorn, Benjamin G.},
title = {Flikker: saving DRAM refresh-power through critical data partitioning},
booktitle = {ASPLOS},
year = {2011},
}
@inproceedings{carbin2010snap,
title={{Automatically Identifying Critical Input Regions and Code in Applications}},
author={Michael Carbin and Martin Rinard},
booktitle={ISSTA},
year={2010}
}
@conference{ganesh2009taint,
title={{Taint-based directed whitebox fuzzing}},
author={Ganesh, V. and Leek, T. and Rinard, M.},
booktitle={ICSE},
year={2009},
}
@conference{rinard2006probabilistic,
title={{Probabilistic accuracy bounds for fault-tolerant computations that discard tasks}},
author={Rinard, M.},
booktitle={ICS},
year={2006},
}
@inproceedings{RAPL,
author = {David, Howard and Gorbatov, Eugene and Hanebutte, Ulf R. and Khanna, Rahul and Le, Christian},
title = {RAPL: memory power estimation and capping},
booktitle = {ISLPED},
year = {2010},
}
@misc{xiph,
url = "http://xiph.org",
howpublished = {\url{http://xiph.org}}
}
@inproceedings{DaSi2011,
author = {Esmaeilzadeh, Hadi and Blem, Emily and St. Amant, Renee and Sankaralingam, Karthikeyan and Burger, Doug},
title = {Dark silicon and the end of multicore scaling},
booktitle = {ISCA},
year = {2011},
}
@inproceedings{Isci2006,
author = {Isci, Canturk and Buyuktosunoglu, Alper and Cher, Chen-Yong and Bose, Pradip and Martonosi, Margaret},
title = {An Analysis of Efficient Multi-Core Global Power Management Policies: Maximizing Performance for a Given Power Budget},
booktitle = {MICRO},
year = {2006},
}
@ARTICLE{Wires2001,
author={Ho, R. and Mai, K.W. and Horowitz, M.A.},
journal={Proceedings of the IEEE}, title={The future of wires},
year={2001},
month={apr},
volume={89},
number={4},
pages={490 -504},
keywords={Delay;Design automation;Global communication;Hip;Integrated circuit interconnections;Integrated circuit technology;Paper technology;Repeaters;Wires;Wiring;delays;integrated circuit interconnections;technological forecasting;wires (electric);0.035 to 0.18 micron;computer-aided design;gate delay;integrated circuit interconnection;wire delay;wire technology;},
doi={10.1109/5.920580},
ISSN={0018-9219},}
@article{Matzke1997,
author = {Matzke, Doug},
title = {Will Physical Scalability Sabotage Performance Gains?},
journal = {Computer},
issue_date = {September 1997},
volume = {30},
number = {9},
month = sep,
year = {1997},
issn = {0018-9162},
pages = {37--39},
numpages = {3},
url = {http://dx.doi.org/10.1109/2.612245},
doi = {10.1109/2.612245},
acmid = {620798},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@inproceedings{Agarwal2000,
author = {Agarwal, Vikas and Hrishikesh, M. S. and Keckler, Stephen W. and Burger, Doug},
title = {Clock rate versus IPC: the end of the road for conventional microarchitectures},
booktitle = {Proceedings of the 27th annual international symposium on Computer architecture},
series = {ISCA '00},
year = {2000},
isbn = {1-58113-232-8},
location = {Vancouver, British Columbia, Canada},
pages = {248--259},
numpages = {12},
url = {http://doi.acm.org/10.1145/339647.339691},
doi = {10.1145/339647.339691},
acmid = {339691},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{Bohr1995,
author={Bohr, M.T.},
booktitle={Electron Devices Meeting, 1995. IEDM '95., International}, title={Interconnect scaling-the real limiter to high performance ULSI},
year={1995},
month={dec},
volume={},
number={},
pages={241 -244},
keywords={Capacitance;Conducting materials;Conductivity;Degradation;Delay estimation;Dielectric materials;Equations;Integrated circuit interconnections;Integrated circuit modeling;Ultra large scale integration;ULSI;delays;integrated circuit interconnections;integrated circuit layout;integrated circuit metallisation;Interconnect scaling;circuit design techniques;conductor and dielectric materials;dielectric materials;high performance ULSI;interconnect pitch reduction;},
doi={10.1109/IEDM.1995.499187},
ISSN={0163-1918},}
@article{MooresLaw,
added-at = {2009-01-04T17:09:31.000+0100},
author = {Moore, Gordon E.},
biburl = {http://www.bibsonomy.org/bibtex/2867f7a1c71867074780e958c5cec38e4/lysander07},
interhash = {886de6a8be647a56cc3de71d50149f5e},
intrahash = {867f7a1c71867074780e958c5cec38e4},
journal = {Electronics},
keywords = {www01 wwwbuch wwwkap1},
month = {April},
number = 8,
timestamp = {2009-01-04T17:09:31.000+0100},
title = {Cramming more components onto integrated circuits},
volume = 38,
year = 1965
}
@ARTICLE{Hardavellas2011,
author={Hardavellas, N. and Ferdman, M. and Falsafi, B. and Ailamaki, A.},
journal={IEEE Micro},
title={Toward Dark Silicon in Servers},
year={2011},
month={july-aug. },
volume={31},
number={4},
pages={6 -15},
}
@article{DennardScale,
author = {R. H. Dennard and F. H. Gaensslen and V. L. Rideout and E. Bassous and A. R. LeBlanc},
title = {{Design of ion-implanted MOSFET's with very small physical dimensions}},
journal = {IEEE Journal of Solid-state Circuits},
volume = {9},
year = {1974},
pages = {256--268},
issue = {5},
doi = {10.1109/JSSC.1974.1050511},
masid = {1343691}
}
@inproceedings{Venkatesh2010,
author = {Venkatesh, Ganesh and Sampson, Jack and Goulding, Nathan and Garcia, Saturnino and Bryksin, Vladyslav and Lugo-Martinez, Jose and Swanson, Steven and Taylor, Michael Bedford},
title = {Conservation cores: reducing the energy of mature computations},
booktitle = {ASPLOS},
year = {2010}
}
@inproceedings{orion,
author = {Kahng, Andrew B. and Li, Bin and Peh, Li-Shiuan and Samadi, Kambiz},
title = {ORION 2.0: a fast and accurate NoC power and area model for early-stage design space exploration},
booktitle = {DATE},
year = {2009}
}
@inproceedings{CACTI,
author = {Thoziyoor, Shyamkumar and Ahn, Jung Ho and Monchiero, Matteo and Brockman, Jay B. and Jouppi, Norman P.},
title = {A Comprehensive Memory Modeling Tool and Its Application to the Design and Analysis of Future Memory Hierarchies},
booktitle = {ISCA},
year = {2008}
}
@inproceedings{mcpat,
author = {Li, Sheng and Ahn, Jung Ho and Strong, Richard D. and Brockman, Jay B. and Tullsen, Dean M. and Jouppi, Norman P.},
title = {McPAT: an integrated power, area, and timing modeling framework for multicore and manycore architectures},
booktitle = {MICRO},
year = {2009}
}
@inproceedings{Rangan2009,
author = {Rangan, Krishna K. and Wei, Gu-Yeon and Brooks, David},
title = {Thread motion: fine-grained power management for multi-core systems},
booktitle = {ISCA},
year = {2009}
}
@inproceedings{Dinda2012,
author = {Bae, Chang S. and Xia, Lei and Dinda, Peter and Lange, John},
title = {Dynamic adaptive virtual core mapping to improve power, energy, and performance in multi-socket multicores},
booktitle = {HPDC},
year = {2012},
}
@article{Wang2010,
author = {Xiaorui Wang and Ming Chen and Xing Fu},
title = {MIMO Power Control for High-Density Servers in an Enclosure},
journal ={IEEE Transactions on Parallel and Distributed Systems},
volume = {21},
number = {10},
year = {2010},
pages = {1412-1426},
publisher = {IEEE Computer Society},
}
@inproceedings{Winter2010,
author = {Winter, Jonathan A. and Albonesi, David H. and Shoemaker, Christine A.},
title = {Scalable thread scheduling and global power management for heterogeneous many-core architectures},
booktitle = {PACT},
year = {2010},
}
@inproceedings{Felter2005,
author = {Felter, Wes and Rajamani, Karthick and Keller, Tom and Rusu, Cosmin},
title = {A performance-conserving approach for reducing peak power consumption in server systems},
booktitle = {ICS},
year = {2005},
}
@inproceedings{Raghavendra2008,
author = {Raghavendra, Ramya and Ranganathan, Parthasarathy and Talwar, Vanish and Wang, Zhikui and Zhu, Xiaoyun},
title = {No "power" struggles: coordinated multi-level power management for the data center},
booktitle = {ASPLOS},
year = {2008},
}
@inproceedings{packandcap,
author = {Cochran, Ryan and Hankendi, Can and Coskun, Ayse K. and Reda, Sherief},
title = {Pack \& Cap: adaptive DVFS and thread packing under power caps},
booktitle = {MICRO},
year = {2011},
}
@article{Li2005,
author = {Li, Xiaodong and Li, Zhenmin and Zhou, Yuanyuan and Adve, Sarita},
title = {Performance directed energy management for main memory and disks},
journal = {Trans. Storage},
issue_date = {August 2005},
volume = {1},
number = {3},
month = aug,
year = {2005},
}
@inproceedings{Diniz2007,
author = {Diniz, Bruno and Guedes, Dorgival and Meira,Jr., Wagner and Bianchini, Ricardo},
title = {Limiting the power consumption of main memory},
booktitle = {ISCA},
year = {2007},