-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2878 lines (2685 loc) · 115 KB
/
references.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{Ginsbach:2018:CDS:3178372.3179515,
author = {Philip Ginsbach and Lewis Crawford and Michael F. P. O'Boyle},
title = {{CAnDL: A Domain Specific Language for Compiler Analysis}},
booktitle = {Proceedings of the 27th International Conference on Compiler Construction},
series = {CC '18},
year = {2018},
isbn = {978-1-4503-5644-2},
location = {Vienna, Austria},
pages = {151--162},
numpages = {12},
url = {http://doi.acm.org/10.1145/3178372.3179515},
doi = {10.1145/3178372.3179515},
acmid = {3179515},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {LLVM, constraint programming, optimization},
}
@inproceedings{ginsbach2017discovery,
author = {Philip Ginsbach and Michael F. P. O'Boyle},
title = {{Discovery and Exploitation of General Reductions: A Constraint Based Approach}},
booktitle = {Proceedings of the 2017 International Symposium on Code Generation and Optimization},
series = {CGO '17},
year = {2017},
isbn = {978-1-5090-4931-8},
location = {Austin, USA},
pages = {269--280},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=3049832.3049862},
acmid = {3049862},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {compiler analysis, computational idioms, constraint solver, parallelization, reduction operations},
}
@inproceedings{Ginsbach:2018:AML:3173162.3173182,
author = {Philip Ginsbach and Toomas Remmelg and Michel Steuwer and Bruno Bodin and Christophe Dubach and Michael F. P. O'Boyle},
title = {{Automatic Matching of Legacy Code to Heterogeneous APIs: An Idiomatic Approach}},
booktitle = {Proceedings of the Twenty-Third International Conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS '18},
year = {2018},
isbn = {978-1-4503-4911-6},
location = {Williamsburg, VA, USA},
pages = {139--153},
numpages = {15},
url = {http://doi.acm.org/10.1145/3173162.3173182},
doi = {10.1145/3173162.3173182},
acmid = {3173182},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {computer systems organization},
}
@article{4785860,
author = {G. E. {Moore}},
journal = {IEEE Solid-State Circuits Society Newsletter},
title = {Cramming more components onto integrated circuits, Reprinted from Electronics, volume 38, number 8, April 19, 1965, pp.114 ff.},
year = {2006},
volume = {11},
number = {3},
pages = {33-35},
keywords = {Integrated circuits;Computers;Silicon;Films;Heating;Microwave amplifiers;Data mining},
doi = {10.1109/N-SSC.2006.4785860},
ISSN = {},
month = {Sep.}
}
@article{1050511,
author = {R. H. {Dennard} and F. H. {Gaensslen} and V. L. {Rideout} and E. {Bassous} and A. R. {LeBlanc}},
journal = {IEEE Journal of Solid-State Circuits},
title = {Design of ion-implanted MOSFET's with very small physical dimensions},
year = {1974},
volume = {9},
number = {5},
pages = {256-268},
keywords = {digital integrated circuits;field effect transistors;ion implantation;semiconductor device manufacture;switching circuits;Switching circuits;Ion implantation;Semiconductor device manufacture;Digital integrated circuits;Field effect transistors;Doping profiles;Semiconductor process modeling;Predictive models;Threshold voltage;Fabrication;Switching circuits;Digital integrated circuits;MOSFET circuits;Ion implantation;Length measurement},
doi = {10.1109/JSSC.1974.1050511},
ISSN = {},
month = {Oct}
}
@inproceedings{Hutcheson2018Moore,
author = {{Hutcheson}, G.~D.},
title = {Moore's law, lithography, and how optics drive the semiconductor industry},
booktitle = {Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series},
year = {2018},
series = {Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series},
volume = {10583},
month = {Mar},
eid = {1058303},
pages = {1058303},
doi = {10.1117/12.2308299},
adsurl = {https://ui.adsabs.harvard.edu/abs/2018SPIE10583E..03H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@inproceedings{Maleki:2011:EVC:2120965.2121464,
author = {Maleki, Saeed and Gao, Yaoqing and Garzar\'{a}n, Maria J. and Wong, Tommy and Padua, David A.},
title = {An Evaluation of Vectorizing Compilers},
booktitle = {Proceedings of the 2011 International Conference on Parallel Architectures and Compilation Techniques},
series = {PACT '11},
year = {2011},
isbn = {978-0-7695-4566-0},
pages = {372--382},
numpages = {11},
url = {https://doi.org/10.1109/PACT.2011.68},
doi = {10.1109/PACT.2011.68},
acmid = {2121464},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Murphy2014LimitsOD,
title = {Limits of dependence analysis for automatic parallelization},
booktitle = {Proceedings of the 18th International Workshop on Compilers for Parallel Computing},
series = {CPC 2015},
author = {Niall Murphy and Timothy Jones and Robert Mullins},
year = {2015}
}
@inproceedings{Moll:2016:ISS:2892208.2892217,
author = {Moll, Simon and Doerfert, Johannes and Hack, Sebastian},
title = {Input Space Splitting for OpenCL},
booktitle = {Proceedings of the 25th International Conference on Compiler Construction},
series = {CC 2016},
year = {2016},
isbn = {978-1-4503-4241-4},
location = {Barcelona, Spain},
pages = {251--260},
numpages = {10},
url = {http://doi.acm.org/10.1145/2892208.2892217},
doi = {10.1145/2892208.2892217},
acmid = {2892217},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Divergence, OpenCL, Polyhedral Representation, SPMD, Vectorization},
}
@inproceedings{Cytron:1989:AGD:73141.74823,
author = {Cytron, R. and Hind, M. and Hsieh, W.},
title = {Automatic Generation of DAG Parallelism},
booktitle = {Proceedings of the ACM SIGPLAN 1989 Conference on Programming Language Design and Implementation},
series = {PLDI '89},
year = {1989},
isbn = {0-89791-306-X},
location = {Portland, Oregon, USA},
pages = {54--68},
numpages = {15},
url = {http://doi.acm.org/10.1145/73141.74823},
doi = {10.1145/73141.74823},
acmid = {74823},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Karp:1967:OCU:321406.321418,
author = {Karp, Richard M. and Miller, Raymond E. and Winograd, Shmuel},
title = {The Organization of Computations for Uniform Recurrence Equations},
journal = {J. ACM},
issue_date = {July 1967},
volume = {14},
number = {3},
month = jul,
year = {1967},
issn = {0004-5411},
pages = {563--590},
numpages = {28},
url = {http://doi.acm.org/10.1145/321406.321418},
doi = {10.1145/321406.321418},
acmid = {321418},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Cook:1971:CTP:800157.805047,
author = {Cook, Stephen A.},
title = {The Complexity of Theorem-proving Procedures},
booktitle = {Proceedings of the Third Annual ACM Symposium on Theory of Computing},
series = {STOC '71},
year = {1971},
location = {Shaker Heights, Ohio, USA},
pages = {151--158},
numpages = {8},
url = {http://doi.acm.org/10.1145/800157.805047},
doi = {10.1145/800157.805047},
acmid = {805047},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{Leeuwen:1990:HTC:574797,
author = {Leeuwen, Jan V.},
title = {Handbook of Theoretical Computer Science: Algorithms and Complexity},
year = {1990},
isbn = {0262220385},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@inproceedings{Falch:2015:MLB:2863697.2864570,
author = {Falch, Thomas L. and Elster, Anne C.},
title = {Machine Learning Based Auto-Tuning for Enhanced OpenCL Performance Portability},
booktitle = {Proceedings of the 2015 IEEE International Parallel and Distributed Processing Symposium Workshop},
series = {IPDPSW '15},
year = {2015},
isbn = {978-1-4673-7684-6},
pages = {1231--1240},
numpages = {10},
url = {https://doi.org/10.1109/IPDPSW.2015.85},
doi = {10.1109/IPDPSW.2015.85},
acmid = {2864570},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {auto-tuning, machine learning, artificial neural networks, heterogeneous computing, OpenCL},
}
@inproceedings{Ansel:2014:OEF:2628071.2628092,
author = {Ansel, Jason and Kamil, Shoaib and Veeramachaneni, Kalyan and Ragan-Kelley, Jonathan and Bosboom, Jeffrey and O'Reilly, Una-May and Amarasinghe, Saman},
title = {OpenTuner: An Extensible Framework for Program Autotuning},
booktitle = {Proceedings of the 23rd International Conference on Parallel Architectures and Compilation},
series = {PACT '14},
year = {2014},
isbn = {978-1-4503-2809-8},
location = {Edmonton, AB, Canada},
pages = {303--316},
numpages = {14},
url = {http://doi.acm.org/10.1145/2628071.2628092},
doi = {10.1145/2628071.2628092},
acmid = {2628092},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {autotuner, optimization},
}
@inproceedings{Baghdadi:2019:TPC:3314872.3314896,
author = {Baghdadi, Riyadh and Ray, Jessica and Romdhane, Malek Ben and Del Sozzo, Emanuele and Akkas, Abdurrahman and Zhang, Yunming and Suriana, Patricia and Kamil, Shoaib and Amarasinghe, Saman},
title = {{Tiramisu: A Polyhedral Compiler for Expressing Fast and Portable Code}},
booktitle = {Proceedings of the 2019 IEEE/ACM International Symposium on Code Generation and Optimization},
series = {CGO 2019},
year = {2019},
isbn = {978-1-7281-1436-1},
location = {Washington, DC, USA},
pages = {193--205},
numpages = {13},
url = {http://dl.acm.org/citation.cfm?id=3314872.3314896},
acmid = {3314896},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Code Generation, Code Optimization, Deep Learning, Distributed Systems, GPU, Polyhedral Model, Tensors},
}
@inproceedings{Spampinato:2016:BLA:2854038.2854060,
author = {Spampinato, Daniele G. and P\"{u}schel, Markus},
title = {A Basic Linear Algebra Compiler for Structured Matrices},
booktitle = {Proceedings of the 2016 International Symposium on Code Generation and Optimization},
series = {CGO '16},
year = {2016},
isbn = {978-1-4503-3778-6},
location = {Barcelona, Spain},
pages = {117--127},
numpages = {11},
url = {http://doi.acm.org/10.1145/2854038.2854060},
doi = {10.1145/2854038.2854060},
acmid = {2854060},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Basic linear algebra, DSL, Program synthesis, SIMD vectorization, Structured matrices, Tiling},
}
@inproceedings{Zhang:2016:CTG:3018843.3018849,
author = {Zhang, Huihui and Venkat, Anand and Hall, Mary},
title = {Compiler Transformation to Generate Hybrid Sparse Computations},
booktitle = {Proceedings of the Sixth Workshop on Irregular Applications: Architectures and Algorithms},
series = {$IA^3$'16},
year = {2016},
isbn = {978-1-5090-3867-1},
location = {Salt Lake City, Utah},
pages = {34--41},
numpages = {8},
url = {https://doi.org/10.1109/IA3.2016.11},
doi = {10.1109/IA3.2016.11},
acmid = {3018849},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{Steuwer:2017:LFD:3049832.3049841,
author = {Steuwer, Michel and Remmelg, Toomas and Dubach, Christophe},
title = {{Lift: A Functional Data-parallel IR for High-performance GPU Code Generation}},
booktitle = {Proceedings of the 2017 International Symposium on Code Generation and Optimization},
series = {CGO '17},
year = {2017},
isbn = {978-1-5090-4931-8},
location = {Austin, USA},
pages = {74--85},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=3049832.3049841},
acmid = {3049841},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{Wang:2013:AAG:2503210.2503219,
author = {Wang, Qian and Zhang, Xianyi and Zhang, Yunquan and Yi, Qing},
title = {AUGEM: Automatically Generate High Performance Dense Linear Algebra Kernels on x86 CPUs},
booktitle = {Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis},
series = {SC '13},
year = {2013},
isbn = {978-1-4503-2378-9},
location = {Denver, Colorado},
pages = {25:1--25:12},
articleno = {25},
numpages = {12},
url = {http://doi.acm.org/10.1145/2503210.2503219},
doi = {10.1145/2503210.2503219},
acmid = {2503219},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DLA code optimization, auto-tuning, code generation},
}
@article{Lawson:1979:BLA:355841.355847,
author = {Lawson, C. L. and Hanson, R. J. and Kincaid, D. R. and Krogh, F. T.},
title = {Basic Linear Algebra Subprograms for Fortran Usage},
journal = {ACM Trans. Math. Softw.},
issue_date = {Sept. 1979},
volume = {5},
number = {3},
month = sep,
year = {1979},
issn = {0098-3500},
pages = {308--323},
numpages = {16},
url = {http://doi.acm.org/10.1145/355841.355847},
doi = {10.1145/355841.355847},
acmid = {355847},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{8719512,
author={H. {Andrade} and I. {Crnkovic}},
booktitle={2018 25th Asia-Pacific Software Engineering Conference (APSEC)},
title={A Review on Software Architectures for Heterogeneous Platforms},
year={2018},
volume={},
number={},
pages={209-218},
keywords={energy conservation;software architecture;computing performance;single processor;heterogeneous computing;software engineering;software architecture;energy efficient devices;clock frequency;transistors;Software;Computer architecture;Hardware;Heterogeneous networks;Software architecture;Systematics;software architecture;heterogeneous computing;software deployment},
doi={10.1109/APSEC.2018.00035},
ISSN={},
month={Dec}
}
@inproceedings{6307773,
author={H. {Esmaeilzadeh} and E. {Blem} and R. S. {Amant} and K. {Sankaralingam} and D. {Burger}},
booktitle={2011 38th Annual International Symposium on Computer Architecture (ISCA)},
title={Dark silicon and the end of multicore scaling},
year={2011},
volume={},
number={},
pages={365-376},
keywords={graphics processing units;microprocessor chips;multiprocessing systems;network topology;parallel processing;dark silicon;processor designers;Moore's law scaling;single-core performance;Dennard scaling;multicore parts;single-core scaling;multicore scaling limits;speedup potential;parallel workloads;technology generations;ITRS projections;device scaling parameters;Pareto-optimal frontiers;performance model;upper-bound performance;lower-bound core power;multicore designs;single-threaded CPU-like multicore chip organizations;massively threaded GPU-like multicore chip organizations;asymmetric topology;dynamic topology;composed topology;chip topology;computing community;fixed-size chip;Multicore processing;Topology;Performance evaluation;Organizations;Transistors;Microarchitecture;Instruction sets;Dark Silicon;Modeling;Power;Technology Scaling;Multicore},
doi={},
ISSN={},
month={June}
}
@article{7878935,
author={Thomas N. Theis and H.-S. Philip Wong},
journal={Computing in Science Engineering},
title={The End of Moore's Law: A New Beginning for Information Technology},
year={2017},
volume={19},
number={2},
pages={41-50},
keywords={information technology;research and development;Moore's law;information technology;Gordon Moore;semiconductor electronics;field effect transistor;research and development;Algorithm design and analysis;Field effect transistors;Switching circuits;Computer architecture;Random access memory;Moore's Law;Scientific computing;Memory management;introductory and survey;emerging technologies;algorithms implemented in hardware;memory technologies;neural nets;scientific computing},
doi={10.1109/MCSE.2017.29},
ISSN={},
month={Mar}
}
@misc{cudacompiler,
author = {Nvidia},
title = {{NVCC}},
year = {2007},
note = {URL \href{https://developer.nvidia.com/cuda-llvm-compiler}
{\nolinkurl{https://developer.nvidia.com/cuda-llvm-compi}
\linebreak
\nolinkurl{ler}}}
}
@misc{lunarglass,
title = {{LunarGLASS}},
author = {LunarG},
year = {2015},
note = {URL \href{https://lunarg.com/shadercompiler-technologies/lunarglass}
{\nolinkurl{https://lunarg.com/shadercompiler-}
\linebreak
\nolinkurl{technologies/lunarglass}}}
}
@misc{gfxbench,
author = {Kishonti},
title = {{Gfxbench 4.0}},
year = {2016},
url = {https://gfxbench.com},
}
@misc{polybench,
author = {Louis-Noel Pouchet},
title = {{Polybench v2.0}},
year = {2011},
url = {http://web.cse.ohio-state.edu/~pouchet.2/software/polybench}
}
@inproceedings{8310168,
author={D. {Patterson}},
booktitle={2018 IEEE International Solid - State Circuits Conference - (ISSCC)},
title={50 Years of computer architecture: From the mainframe CPU to the domain-specific tpu and the open RISC-V instruction set},
year={2018},
volume={},
number={},
pages={27-31},
keywords={computer architecture;instruction sets;mainframes;microprocessor chips;reduced instruction set computing;I/O system;domain-specific TPU;mainframe CPU;computer architecture;single ISA;market niches;system software;unique instruction-set architecture;incompatible computer lines;open RISC-V instruction;time 50 year;Reduced instruction set computing;VLIW;Computer architecture;Random access memory;Microcomputers;Microprocessors;Read only memory},
doi={10.1109/ISSCC.2018.8310168},
ISSN={},
month={Feb}
}
@article{Jradi2017fast,
author = {Walid Abdala Rfaei Jradi and
Hugo A. D. do Nascimento and
Wellington Martins},
title = {A Fast and Generic GPU-Based Parallel Reduction Implementation},
journal = {CoRR},
volume = {abs/1710.07358},
year = {2017},
url = {http://arxiv.org/abs/1710.07358},
archivePrefix = {arXiv},
eprint = {1710.07358},
timestamp = {Mon, 13 Aug 2018 16:48:40 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1710-07358},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{Torczon:2007:EC:1526330,
author = {Torczon, Linda and Cooper, Keith},
title = {Engineering A Compiler},
year = {2011},
isbn = {012088478X},
edition = {2nd},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@inproceedings{Rosen:1988:GVN:73560.73562,
author = {Rosen, B. K. and Wegman, M. N. and Zadeck, F. K.},
title = {Global Value Numbers and Redundant Computations},
booktitle = {Proceedings of the 15th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '88},
year = {1988},
isbn = {0-89791-252-7},
location = {San Diego, California, USA},
pages = {12--27},
numpages = {16},
url = {http://doi.acm.org/10.1145/73560.73562},
doi = {10.1145/73560.73562},
acmid = {73562},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Lopes:2015:PCP:2737924.2737965,
author = {Lopes, Nuno P. and Menendez, David and Nagarakatte, Santosh and Regehr, John},
title = {Provably Correct Peephole Optimizations with Alive},
booktitle = {Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '15},
year = {2015},
isbn = {978-1-4503-3468-6},
location = {Portland, OR, USA},
pages = {22--32},
numpages = {11},
url = {http://doi.acm.org/10.1145/2737924.2737965},
doi = {10.1145/2737924.2737965},
acmid = {2737965},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Alive, Compiler Verification, Peephole Optimization},
}
@article{Yang:2011:FUB:1993316.1993532,
author = {Yang, Xuejun and Chen, Yang and Eide, Eric and Regehr, John},
title = {Finding and Understanding Bugs in C Compilers},
journal = {SIGPLAN Not.},
issue_date = {June 2011},
volume = {46},
number = {6},
month = jun,
year = {2011},
issn = {0362-1340},
pages = {283--294},
numpages = {12},
url = {http://doi.acm.org/10.1145/1993316.1993532},
doi = {10.1145/1993316.1993532},
acmid = {1993532},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {automated testing, compiler defect, compiler testing, random program generation, random testing},
}
@inproceedings{Menendez:2017:ADP:3062341.3062372,
author = {Menendez, David and Nagarakatte, Santosh},
title = {Alive-Infer: Data-driven Precondition Inference for Peephole Optimizations in LLVM},
booktitle = {Proceedings of the 38th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI 2017},
year = {2017},
isbn = {978-1-4503-4988-8},
location = {Barcelona, Spain},
pages = {49--63},
numpages = {15},
url = {http://doi.acm.org/10.1145/3062341.3062372},
doi = {10.1145/3062341.3062372},
acmid = {3062372},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Alive, Compilers, Inference, Learning},
}
@article{Lengauer2012Polly,
added-at = {2013-03-01T00:00:00.000+0100},
author = {Grosser, Tobias and Größlinger, Armin and Lengauer, Christian},
biburl = {https://www.bibsonomy.org/bibtex/2994f0f6375a23bf37f7ad65707bc066f/dblp},
ee = {http://dx.doi.org/10.1142/S0129626412500107},
interhash = {c44869d500b0f606dc1c183140b85c61},
intrahash = {994f0f6375a23bf37f7ad65707bc066f},
journal = {Parallel Processing Letters},
keywords = {dblp},
number = 4,
timestamp = {2013-08-13T13:46:02.000+0200},
title = {Polly - Performing Polyhedral Optimizations on a Low-Level Intermediate Representation.},
url = {http://dblp.uni-trier.de/db/journals/ppl/ppl22.html#GrosserGL12},
volume = 22,
year = {2012}
}
@inproceedings{Bondhugula:2008:PAP:1375581.1375595,
author = {Bondhugula, Uday and Hartono, Albert and Ramanujam, J. and Sadayappan, P.},
title = {A Practical Automatic Polyhedral Parallelizer and Locality Optimizer},
booktitle = {Proceedings of the 29th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '08},
year = {2008},
isbn = {978-1-59593-860-2},
location = {Tucson, AZ, USA},
pages = {101--113},
numpages = {13},
url = {http://doi.acm.org/10.1145/1375581.1375595},
doi = {10.1145/1375581.1375595},
acmid = {1375595},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {affine transformations, automatic parallelization, locality optimization, loop transformations, polyhedral model, tiling},
}
@misc{nvidia11guide,
author = {Nvidia},
title = {Nvidia {OpenCL} Best Practices Guide},
year = 2011
}
@book{Rost:2009:OSL:1696393,
author = {Rost, Randi J. and Licea-Kane, Bill and Ginsburg, Dan and Kessenich, John M. and Lichtenbelt, Barthold and Malan, Hugh and Weiblen, Mike},
title = {OpenGL Shading Language},
year = {2009},
isbn = {0321637631, 9780321637635},
edition = {3rd},
publisher = {Addison-Wesley Professional},
}
@article{lee09openmp,
author = {Lee, Seyong and Min, Seung-Jai and Eigenmann, Rudolf},
title = {{OpenMP} to {GPGPU}: A Compiler Framework for Automatic Translation and Optimization},
journal = {SIGPLAN Not.},
issue_date = {April 2009},
volume = {44},
number = {4},
month = feb,
year = {2009},
issn = {0362-1340},
pages = {101--110},
numpages = {10},
url = {http://doi.acm.org/10.1145/1594835.1504194},
doi = {10.1145/1594835.1504194},
acmid = {1504194},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {automatic translation, compiler optimization, cuda, gpu, openmp},
}
@incollection{Franchetti09OL,
year=2009,
booktitle={IFIP TC 2 Working Conference on Domain-Specific Languages},
volume2=5658,
series2={Lecture Notes in Computer Science},
editor2={Taha, Walid Mohamed},
title={Operator Language: A Program Generation Framework for Fast Kernels},
publisher={Springer},
keywords={Library generation; program generation; automatic performance tuning; high performance software; multicore CPU},
author={Franchetti, Franz and de Mesmay, Fr\'ed\'eric and McFarlin, Daniel and P\"uschel, Markus},
pages2={385-409},
language={English}
}
@article{Rompf:2012:LMS:2184319.2184345,
author = {Rompf, Tiark and Odersky, Martin},
title = {Lightweight Modular Staging: A Pragmatic Approach to Runtime Code Generation and Compiled {DSLs}},
journal = {Commun. ACM},
issue_date = {June 2012},
volume = {55},
number = {6},
year = {2012},
numpages = {10},
acmid = {2184345},
publisher = {ACM},
}
@inproceedings{Ragan-Kelley2013Halide,
author = {Ragan-Kelley, Jonathan and Barnes, Connelly and Adams, Andrew and Paris, Sylvain and Durand, Fr{\'e}do and Amarasinghe, Saman},
title = {Halide: A Language and Compiler for Optimizing Parallelism, Locality, and Recomputation in Image Processing Pipelines},
booktitle = {Proceedings of the 34th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '13},
year = {2013},
isbn = {978-1-4503-2014-6},
location = {Seattle, Washington, USA},
pages = {519--530},
numpages = {12},
url = {http://doi.acm.org/10.1145/2491956.2462176},
doi = {10.1145/2491956.2462176},
acmid = {2462176},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {autotuning, compiler, domain specific language, gpu, image processing, locality, optimization, parallelism, redundant computation, vectorization},
}
@inproceedings{jouppi2017datacenter,
author = {Norman P. Jouppi and
Cliff Young and
Nishant Patil and
David Patterson and
Gaurav Agrawal and
Raminder Bajwa and
Sarah Bates and
Suresh Bhatia and
Nan Boden and
Al Borchers and
Rick Boyle and
Pierre{-}luc Cantin and
Clifford Chao and
Chris Clark and
Jeremy Coriell and
Mike Daley and
Matt Dau and
Jeffrey Dean and
Ben Gelb and
Tara Vazir Ghaemmaghami and
Rajendra Gottipati and
William Gulland and
Robert Hagmann and
C. Richard Ho and
Doug Hogberg and
John Hu and
Robert Hundt and
Dan Hurt and
Julian Ibarz and
Aaron Jaffey and
Alek Jaworski and
Alexander Kaplan and
Harshit Khaitan and
Daniel Killebrew and
Andy Koch and
Naveen Kumar and
Steve Lacy and
James Laudon and
James Law and
Diemthu Le and
Chris Leary and
Zhuyuan Liu and
Kyle Lucke and
Alan Lundin and
Gordon MacKean and
Adriana Maggiore and
Maire Mahony and
Kieran Miller and
Rahul Nagarajan and
Ravi Narayanaswami and
Ray Ni and
Kathy Nix and
Thomas Norrie and
Mark Omernick and
Narayana Penukonda and
Andy Phelps and
Jonathan Ross and
Matt Ross and
Amir Salek and
Emad Samadiani and
Chris Severn and
Gregory Sizikov and
Matthew Snelham and
Jed Souter and
Dan Steinberg and
Andy Swing and
Mercedes Tan and
Gregory Thorson and
Bo Tian and
Horia Toma and
Erick Tuttle and
Vijay Vasudevan and
Richard Walter and
Walter Wang and
Eric Wilcox and
Doe Hyun Yoon},
title = {In-Datacenter Performance Analysis of a Tensor Processing Unit},
booktitle = {Proceedings of the 44th Annual International Symposium on Computer
Architecture, {ISCA} 2017, Toronto, ON, Canada, June 24-28, 2017},
pages = {1--12},
year = {2017},
url = {http://doi.acm.org/10.1145/3079856.3080246},
doi = {10.1145/3079856.3080246},
timestamp = {Mon, 19 Jun 2017 09:22:15 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/isca/JouppiYPPABBBBB17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{nielson2015principles,
title={Principles of program analysis},
author={Nielson, Flemming and Nielson, Hanne R and Hankin, Chris},
year={2015},
publisher={Springer}
}
@inproceedings{Mendis2015Helium,
author = {Mendis, Charith and Bosboom, Jeffrey and Wu, Kevin and Kamil, Shoaib and Ragan-Kelley, Jonathan and Paris, Sylvain and Zhao, Qin and Amarasinghe, Saman},
title = {Helium: Lifting High-performance Stencil Kernels from Stripped x86 Binaries to {Halide} {DSL} Code},
booktitle = {Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '15},
year = {2015},
isbn = {978-1-4503-3468-6},
location = {Portland, OR, USA},
pages = {391--402},
numpages = {12},
url = {http://doi.acm.org/10.1145/2737924.2737974},
doi = {10.1145/2737924.2737974},
acmid = {2737974},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Helium, autotuning, dynamic analysis, image processing, reverse engineering, stencil computation, x86 binary instrumentation},
}
@inproceedings{Kamil2016Verified,
author = {Kamil, Shoaib and Cheung, Alvin and Itzhaky, Shachar and Solar-Lezama, Armando},
title = {Verified Lifting of Stencil Computations},
booktitle = {Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '16},
year = {2016},
isbn = {978-1-4503-4261-2},
location = {Santa Barbara, CA, USA},
pages = {711--726},
numpages = {16},
url = {http://doi.acm.org/10.1145/2908080.2908117},
doi = {10.1145/2908080.2908117},
acmid = {2908117},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Domain-specific Languages, Program Synthesis, Verified Lifting},
}
@inproceedings{SteuwerRD17,
author = {Michel Steuwer and
Toomas Remmelg and
Christophe Dubach},
title = {Lift: a functional data-parallel {IR} for high-performance {GPU} code
generation},
booktitle = {{CGO}},
pages = {74--85},
publisher = {{ACM}},
year = {2017}
}
@article{Aiken:1999:ISC:339853.339897,
author = {Aiken, Alexander},
title = {Introduction to Set Constraint-based Program Analysis},
journal = {Sci. Comput. Program.},
issue_date = {Nov.1.1999},
volume = {35},
number = {2-3},
month = nov,
year = {1999},
pages = {79--111},
numpages = {33},
url = {http://dx.doi.org/10.1016/S0167-6423(99)00007-6},
doi = {10.1016/S0167-6423(99)00007-6},
acmid = {339897},
publisher = {Elsevier North-Holland, Inc.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {constraints, program analysis, set constraints},
}
@inproceedings{Gulwani:2008:PAC:1375581.1375616,
author = {Gulwani, Sumit and Srivastava, Saurabh and Venkatesan, Ramarathnam},
title = {Program Analysis As Constraint Solving},
booktitle = {Proceedings of the 29th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '08},
year = {2008},
isbn = {978-1-59593-860-2},
location = {Tucson, AZ, USA},
pages = {281--292},
numpages = {12},
url = {http://doi.acm.org/10.1145/1375581.1375616},
doi = {10.1145/1375581.1375616},
acmid = {1375616},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bounds analysis, constraint solving, most-general counterexamples, non-termination analysis, program verification, strongest postcondition, weakest precondition},
}
@article{Srivastava:2010:PVP:1707801.1706337,
author = {Srivastava, Saurabh and Gulwani, Sumit and Foster, Jeffrey S.},
title = {From Program Verification to Program Synthesis},
journal = {SIGPLAN Not.},
issue_date = {January 2010},
volume = {45},
number = {1},
month = jan,
year = {2010},
issn = {0362-1340},
pages = {313--326},
numpages = {14},
url = {http://doi.acm.org/10.1145/1707801.1706337},
doi = {10.1145/1707801.1706337},
acmid = {1706337},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {proof-theoretic program synthesis, verification},
}
@inproceedings{Zhao:2012:FLI:2103656.2103709,
author = {Zhao, Jianzhou and Nagarakatte, Santosh and Martin, Milo M. K. and Zdancewic, Steve},
title = {Formalizing the LLVM Intermediate Representation for Verified Program Transformations},
booktitle = {Proceedings of the 39th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '12},
year = {2012},
isbn = {978-1-4503-1083-3},
location = {Philadelphia, PA, USA},
pages = {427--440},
numpages = {14},
url = {http://doi.acm.org/10.1145/2103656.2103709},
doi = {10.1145/2103656.2103709},
acmid = {2103709},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Coq, LLVM, memory safety},
}
@inproceedings{Lerner:2005:ASP:1040305.1040335,
author = {Lerner, Sorin and Millstein, Todd and Rice, Erika and Chambers, Craig},
title = {Automated Soundness Proofs for Dataflow Analyses and Transformations via Local Rules},
booktitle = {Proceedings of the 32Nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '05},
year = {2005},
isbn = {1-58113-830-X},
location = {Long Beach, California, USA},
pages = {364--377},
numpages = {14},
url = {http://doi.acm.org/10.1145/1040305.1040335},
doi = {10.1145/1040305.1040335},
acmid = {1040335},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {automated correctness proofs, compiler optimization},
}
@article{Kundu:2009:POC:1543135.1542513,
author = {Kundu, Sudipta and Tatlock, Zachary and Lerner, Sorin},
title = {Proving Optimizations Correct Using Parameterized Program Equivalence},
journal = {SIGPLAN Not.},
issue_date = {June 2009},
volume = {44},
number = {6},
month = jun,
year = {2009},
issn = {0362-1340},
pages = {327--337},
numpages = {11},
url = {http://doi.acm.org/10.1145/1543135.1542513},
doi = {10.1145/1543135.1542513},
acmid = {1542513},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compiler optimization, correctness, translation validation},
}
@article{Whitfield:1997:AEC:267959.267960,
author = {Whitfield, Deborah L. and Soffa, Mary Lou},
title = {An Approach for Exploring Code Improving Transformations},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {Nov. 1997},
volume = {19},
number = {6},
month = nov,
year = {1997},
issn = {0164-0925},
pages = {1053--1084},
numpages = {32},
url = {http://doi.acm.org/10.1145/267959.267960},
doi = {10.1145/267959.267960},
acmid = {267960},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {automatic generation of optimizers, code-improving transformations, enabling and disabling of optimizations, parallelizing transformations, specification of program optimizations},
}
@inproceedings{Mullen:2016:VPO:2908080.2908109,
author = {Mullen, Eric and Zuniga, Daryl and Tatlock, Zachary and Grossman, Dan},
title = {Verified Peephole Optimizations for CompCert},
booktitle = {Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '16},
year = {2016},
isbn = {978-1-4503-4261-2},
location = {Santa Barbara, CA, USA},
pages = {448--461},
numpages = {14},
url = {http://doi.acm.org/10.1145/2908080.2908109},
doi = {10.1145/2908080.2908109},
acmid = {2908109},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {CompCert, Compilers, Coq, Formal Methods, Peek, Verification},
}
@inproceedings{Notzli:2016:LVP:2931021.2931024,
author = {N\"{o}tzli, Andres and Brown, Fraser},
title = {{LifeJacket}: Verifying Precise Floating-point Optimizations in LLVM},
booktitle = {Proceedings of the 5th ACM SIGPLAN International Workshop on State Of the Art in Program Analysis},
series = {SOAP 2016},
year = {2016},
isbn = {978-1-4503-4385-5},
location = {Santa Barbara, CA, USA},
pages = {24--29},
numpages = {6},
url = {http://doi.acm.org/10.1145/2931021.2931024},
doi = {10.1145/2931021.2931024},
acmid = {2931024},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Floating-point arithmetic, LLVM, SMT, Verification},
}
@inbook{Menendez2016,
author="Menendez, David
and Nagarakatte, Santosh
and Gupta, Aarti",
title="Alive-FP: Automated Verification of Floating Point Based Peephole Optimizations in LLVM",
bookTitle="Static Analysis: 23rd International Symposium, SAS 2016, Edinburgh, UK, September 8-10, 2016, Proceedings",
year="2016",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="317--337",
abstract="Peephole optimizations optimize and canonicalize code to enable other optimizations but are error-prone. Our prior research on Alive, a domain-specific language for specifying LLVM's peephole optimizations, automatically verifies the correctness of integer-based peephole optimizations and generates C++ code for use within LLVM. This paper proposes Alive-FP, an automated verification framework for floating point based peephole optimizations in LLVM. Alive-FP handles a class of floating point optimizations and fast-math optimizations involving signed zeros, not-a-number, and infinities, which do not result in loss of accuracy. This paper provides multiple encodings for various floating point operations to account for the various kinds of undefined behavior and under-specification in the LLVM's language reference manual. We have translated all optimizations that belong to this category into Alive-FP. In this process, we have discovered seven wrong optimizations in LLVM.",
isbn="978-3-662-53413-7",
doi="10.1007/978-3-662-53413-7_16",
url="https://doi.org/10.1007/978-3-662-53413-7_16"
}
@inproceedings{Tate:2010:GCO:1706299.1706345,
author = {Tate, Ross and Stepp, Michael and Lerner, Sorin},
title = {Generating Compiler Optimizations from Proofs},
booktitle = {Proceedings of the 37th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '10},
year = {2010},
isbn = {978-1-60558-479-9},
location = {Madrid, Spain},
pages = {389--402},
numpages = {14},
url = {http://doi.acm.org/10.1145/1706299.1706345},
doi = {10.1145/1706299.1706345},
acmid = {1706345},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compiler optimization, explanation-based learning, proof generalization},
}
@article{Martin1998,
author="Martin, Florian",
title="PAG -- an efficient program analyzer generator",
journal="International Journal on Software Tools for Technology Transfer",
year="1998",
month="Nov",
day="01",
volume="2",