-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1716 lines (1508 loc) · 57.4 KB
/
bibliography.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
@string {ASPLOS = " Int'l Conference on Architectural
Support for Programming Languages and Operation Systems (ASPLOS)"}
@string {ISCA = " Int'l Symposium on Computer Architecture (ISCA)"}
@string {MICRO = " Int'l Symposium on Microarchitecture (MICRO)"}
@string {HPCA = " Int'l Symposium on High-Performance Computer Architecture (HPCA)"}
@string {ICCD = " Int'l Conference on Computer Design (ICCD)"}
@string {PACT = " Int'l Conference on Parallel
Architectures and Compilation Techniques (PACT)"}
@string {UTCS = "Department of Computer Sciences, The University of Texas at Austin"}
@string {UTECE = "Department of Electrical and Computer Engineering, The University of Texas at Austin"}
@string {PPoPP = " Symposium on Principles and Practice of Parallel Programming (PPOPP)"}
@string {ISSCC = " Int'l Solid State Circuits Conference (ISSCC)"}
@string {SOSP = " ACM Symposium on Operating System Principles (SOSP)"}
@string {JSSC = "IEEE Journal of Solid-State Circuits"}
@string {SC = "Supercomputing"}
@inproceedings{ Legion12,
author = {Bauer, Michael and Treichler, Sean and Slaughter, Elliott and Aiken, Alex},
title = {Legion: Expressing Locality and Independence with Logical Regions},
booktitle = {Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis},
series = {SC '12},
year = {2012},
isbn = {978-1-4673-0804-5},
location = {Salt Lake City, Utah},
pages = {66:1--66:11},
articleno = {66},
numpages = {11},
howpublished = "\url{http://dl.acm.org/citation.cfm?id=2388996.2389086}",
acmid = {2389086},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@inproceedings{ LegionTypes13,
author = {Treichler, Sean and Bauer, Michael and Aiken, Alex},
title = {Language Support for Dynamic, Hierarchical Data Partitioning},
booktitle = {Proceedings of the 2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages and Applications},
series = {OOPSLA '13},
year = {2013},
isbn = {978-1-4503-2374-1},
location = {Indianapolis, Indiana, USA},
pages = {495--514},
numpages = {20},
howpublished = "\url{http://doi.acm.org/10.1145/2509136.2509545}",
doi = {10.1145/2509136.2509545},
acmid = {2509545},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {aliasing, coherence, data partitioning, hierarchical scheduling, independence, legion, regions, type system},
}
@inproceedings{ LegionFields14,
author = {Bauer, Michael and Treichler, Sean and Slaughter, Elliott and Aiken, Alex},
title = {Structure Slicing: Extending Logical Regions with Fields},
booktitle = {Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis},
series = {SC '14},
year = {2014},
isbn = {978-1-4799-5500-8},
location = {New Orleans, Louisiana},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@inproceedings{Singe14,
author = {Bauer, Michael and Treichler, Sean and Aiken, Alex},
title = {Singe: Leveraging Warp Specialization for High Performance on GPUs},
booktitle = {Proceedings of the 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
series = {PPoPP '14},
year = {2014},
isbn = {978-1-4503-2656-8},
location = {Orlando, Florida, USA},
pages = {119--130},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/2555243.2555258}",
doi = {10.1145/2555243.2555258},
acmid = {2555258},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DSL, GPU, warp specialization, warp-specializing compiler},
}
@article{Metis98,
author = {Karypis, G. and Kumar, V.},
title = {A Fast and High Quality Multilevel Scheme for Partitioning Irregular Graphs},
journal = {SIAM J. Sci. Comput.},
year = {1998},
}
@inbook{Pennant13,
title={The {PENNANT} Mini-App: Unstructured Mesh Hydrodynamics for Advanced Architectures (U)},
url={http://www.osti.gov/scitech/servlets/purl/1059398},
author={Ferenbaugh, Charles R. [Los Alamos National Laboratory]},
year={2013},
month={Jan}
}
@book{HackersDelight,
author = {Warren, Henry S.},
title = {Hacker's Delight},
year = {2012},
isbn = {0321842685},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@article{CRDT09,
author = {Mihai Letia and
Nuno M. Pregui\c{c}a and
Marc Shapiro},
title = {{CRDT}s: Consistency without concurrency control},
journal = {CoRR},
volume = {abs/0907.0929},
year = {2009},
ee = {http://arxiv.org/abs/0907.0929},
}
@inproceedings{ SSMP10,
author = {Perez, Josep M. and Badia, Rosa M. and Labarta, Jesus},
title = {Handling Task Dependencies Under Strided and Aliased References},
booktitle = {Proceedings of the 24th ACM International Conference on Supercomputing},
series = {ICS '10},
year = {2010},
isbn = {978-1-4503-0018-6},
location = {Tsukuba, Ibaraki, Japan},
pages = {263--274},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/1810085.1810122}",
doi = {10.1145/1810085.1810122},
acmid = {1810122},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dependencies, discontiguous data, domains, parallelism, region tree, regions, tasks},
}
@inproceedings{ Habanero11,
author = {Cav{\'e}, Vincent and Zhao, Jisheng and Shirako, Jun and Sarkar, Vivek},
title = {Habanero-{Java}: The New Adventures of Old X10},
booktitle = {Proceedings of the 9th International Conference on Principles and Practice of Programming in {Java}},
series = {PPPJ '11},
year = {2011},
isbn = {978-1-4503-0935-6},
location = {Kongens Lyngby, Denmark},
pages = {51--61},
numpages = {11},
howpublished = "\url{http://doi.acm.org/10.1145/2093157.2093165}",
doi = {10.1145/2093157.2093165},
acmid = {2093165},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {data-race detection, language, parallel programming},
}
@inproceedings{ Liszt11,
author = {DeVito, Zachary and Joubert, Niels and Palacios, Francisco and Oakley, Stephen and Medina, Montserrat and Barrientos, Mike and Elsen, Erich and Ham, Frank and Aiken, Alex and Duraisamy, Karthik and Darve, Eric and Alonso, Juan and Hanrahan, Pat},
title = {Liszt: A Domain Specific Language for Building Portable Mesh-based {PDE} Solvers},
booktitle = {Proceedings of 2011 International Conference for High Performance Computing, Networking, Storage and Analysis},
series = {SC '11},
year = {2011},
isbn = {978-1-4503-0771-0},
location = {Seattle, Washington},
pages = {9:1--9:12},
articleno = {9},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/2063384.2063396}",
doi = {10.1145/2063384.2063396},
acmid = {2063396},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compiler analysis and program transformations, programming and runtime environments for high performance and high throughput computing},
}
@inproceedings{ TAM91,
author = {Culler, David E. and Sah, Anurag and Schauser, Klaus E. and von Eicken, Thorsten and Wawrzynek, John},
title = {Fine-grain Parallelism with Minimal Hardware Support: A Compiler-controlled Threaded Abstract Machine},
booktitle = {Proceedings of the Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS IV},
year = {1991},
isbn = {0-89791-380-9},
location = {Santa Clara, California, USA},
pages = {164--175},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/106972.106990}",
doi = {10.1145/106972.106990},
acmid = {106990},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{ Jade98,
author = {Rinard, Martin C. and Lam, Monica S.},
title = {The Design, Implementation, and Evaluation of Jade},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {May 1998},
volume = {20},
number = {3},
month = may,
year = {1998},
issn = {0164-0925},
pages = {483--545},
numpages = {63},
howpublished = "\url{http://doi.acm.org/10.1145/291889.291893}",
doi = {10.1145/291889.291893},
acmid = {291893},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {parallel computing, parallel programming languages},
}
@article{GRAMPS09,
author = {Sugerman, Jeremy and Fatahalian, Kayvon and Boulos, Solomon and Akeley, Kurt and Hanrahan, Pat},
title = {{GRAMPS}: A Programming Model for Graphics Pipelines},
journal = {ACM Trans. Graph.},
issue_date = {January 2009},
volume = {28},
number = {1},
month = feb,
year = {2009},
issn = {0730-0301},
pages = {4:1--4:11},
articleno = {4},
numpages = {11},
howpublished = "\url{http://doi.acm.org/10.1145/1477926.1477930}",
doi = {10.1145/1477926.1477930},
acmid = {1477930},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {GPUs, Graphics pipelines, many-core architectures, parallel programming, stream computing},
}
@inproceedings{ Cilk98,
author = {Frigo, Matteo and Leiserson, Charles E. and Randall, Keith H.},
title = {The Implementation of the {Cilk}-5 Multithreaded Language},
booktitle = {Proceedings of the ACM SIGPLAN 1998 Conference on Programming Language Design and Implementation},
series = {PLDI '98},
year = {1998},
isbn = {0-89791-987-4},
location = {Montreal, Quebec, Canada},
pages = {212--223},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/277650.277725}",
doi = {10.1145/277650.277725},
acmid = {277725},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {critical path, multithreading, parallel computing, programming language, runtime system, work},
}
@inproceedings{ Galois11,
author = {Pingali, Keshav and Nguyen, Donald and Kulkarni, Milind and Burtscher, Martin and Hassaan, M. Amber and Kaleem, Rashid and Lee, Tsung-Hsien and Lenharth, Andrew and Manevich, Roman and M{\'e}ndez-Lojo, Mario and Prountzos, Dimitrios and Sui, Xin},
title = {The Tao of Parallelism in Algorithms},
booktitle = {Proceedings of the 32Nd ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '11},
year = {2011},
isbn = {978-1-4503-0663-8},
location = {San Jose, California, USA},
pages = {12--25},
numpages = {14},
howpublished = "\url{http://doi.acm.org/10.1145/1993498.1993501}",
doi = {10.1145/1993498.1993501},
acmid = {1993501},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {amorphous data-parallelism, galois system, irregular programs, operator formulation, tao-analysis},
}
@inproceedings{X1005,
author = {Charles, Philippe and Grothoff, Christian and Saraswat, Vijay and Donawa, Christopher and Kielstra, Allan and Ebcioglu, Kemal and von Praun, Christoph and Sarkar, Vivek},
title = {X10: An Object-oriented Approach to Non-uniform Cluster Computing},
booktitle = {Proceedings of the 20th Annual ACM SIGPLAN Conference on Object-oriented Programming, Systems, Languages, and Applications},
series = {OOPSLA '05},
year = {2005},
isbn = {1-59593-031-0},
location = {San Diego, CA, USA},
pages = {519--538},
numpages = {20},
howpublished = "\url{http://doi.acm.org/10.1145/1094811.1094852}",
doi = {10.1145/1094811.1094852},
acmid = {1094852},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {{Java}, X10, atomic blocks, clocks, data distribution, multithreading, non-uniform cluster computing (NUCC), partitioned global address space (PGAS), places, productivity, scalability},
}
@inproceedings{ HPT09,
author = {Yan, Yonghong and Zhao, Jisheng and Guo, Yi and Sarkar, Vivek},
title = {Hierarchical Place Trees: A Portable Abstraction for Task Parallelism and Data Movement},
booktitle = {Proceedings of the 22nd International Conference on Languages and Compilers for Parallel Computing},
series = {LCPC'09},
year = {2010},
isbn = {3-642-13373-8, 978-3-642-13373-2},
location = {Newark, DE},
pages = {172--187},
numpages = {16},
howpublished = "\url{http://dx.doi.org/10.1007/978-3-642-13374-9_12}",
doi = {10.1007/978-3-642-13374-9_12},
acmid = {2155259},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{ Tarragon06,
author = {Cicotti, Pietro and Baden, Scott B.},
title = {Asynchronous Programming with {Tarragon}},
booktitle = {Proceedings of the 2006 ACM/IEEE Conference on Supercomputing},
series = {SC '06},
year = {2006},
isbn = {0-7695-2700-0},
location = {Tampa, Florida},
articleno = {159},
howpublished = "\url{http://doi.acm.org/10.1145/1188455.1188620}",
doi = {10.1145/1188455.1188620},
acmid = {1188620},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{ Charm93,
author = {Kale, Laxmikant V. and Krishnan, Sanjeev},
title = {CHARM++: A Portable Concurrent Object Oriented System Based on {C++}},
booktitle = {Proceedings of the Eighth Annual Conference on Object-oriented Programming Systems, Languages, and Applications},
series = {OOPSLA '93},
year = {1993},
isbn = {0-89791-587-9},
location = {Washington, D.C., USA},
pages = {91--108},
numpages = {18},
howpublished = "\url{http://doi.acm.org/10.1145/165854.165874}",
doi = {10.1145/165854.165874},
acmid = {165874},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{ Id90,
author = {Arvind, K. and Nikhil, Rishiyur S.},
title = {Executing a Program on the {MIT} Tagged-Token Dataflow Architecture},
journal = {IEEE Trans. Comput.},
issue_date = {March 1990},
volume = {39},
number = {3},
month = mar,
year = {1990},
issn = {0018-9340},
pages = {300--318},
numpages = {19},
howpublished = "\url{http://dx.doi.org/10.1109/12.48862}",
doi = {10.1109/12.48862},
acmid = {78583},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Id, {MIT} tagged-token dataflow architecture, compilation, determinacy, dynamic dataflow graphs, fine-grained parallelism, general-purpose high-performance parallel computing, high level languages, high-level language, multiprocessor architecture, operational semantics, parallel architectures, parallel machine language, parallel programming, program compilers.},
}
@INPROCEEDINGS{ Lucid95,
author = {R. Jagannathan},
title = {Coarse-Grain Dataflow Programming of Conventional Parallel Computers},
booktitle = {Advanced Topics in Dataflow Computing and Multithreading},
year = {1995},
pages = {113--129},
publisher = {IEEE Computer Society Press}
}
@inproceedings{CGD09,
author = {Soviani, A and Singh, J.P.},
title = {Optimizing Communication Scheduling Using Dataflow Semantics},
booktitle = {Proc. ICPP},
year = {2009},
pages = {301--308},
}
@inproceedings{ Realm14,
author = { Treichler, Sean and Bauer, Michael and Aiken, Alexander },
title = {Realm: An Event-Based Low-Level Runtime for Distributed Memory Architectures},
booktitle = {Parallel Algorithms and Compilation Techniques},
series = {PACT '14}
year = {2014},
}
@article{ StarPu11,
author = {Augonnet, C\'edric and Thibault, Samuel and Namyst, Raymond and Wacrenier, Pierre-Andr\'e},
title = {{StarPU}: A Unified Platform for Task Scheduling on Heterogeneous Multicore Architectures},
journal = {Concurr. Comput. : Pract. Exper.},
issue_date = {February 2011},
volume = {23},
number = {2},
month = feb,
year = {2011},
issn = {1532-0626},
pages = {187--198},
numpages = {12},
howpublished = "\url{http://dx.doi.org/10.1002/cpe.1631}",
doi = {10.1002/cpe.1631},
acmid = {1951454},
publisher = {John Wiley and Sons Ltd.},
address = {Chichester, UK},
keywords = {GPU, accelerator, multicore, runtime system, scheduling},
}
@inproceedings{stonebraker2005c,
title={C-store: {A} Column-Oriented {DBMS}},
author={Stonebraker, Mike and others},
booktitle={Proc. of the 31st International Conference on Very Large Data Bases},
pages={553--564},
year={2005}
}
@article{S3D09,
author={J H Chen and A Choudhary and B de Supinski and M DeVries and E R Hawkes and S Klasky and W K Liao and K L Ma and J Mellor-Crummey and N Podhorszki and R Sankaran and S Shende and C S Yoo},
title={Terascale direct numerical simulations of turbulent combustion using {S3D}},
journal={Computational Science and Discovery},
pages={015001},
year={2009},
}
@inproceedings{S3DACC12,
author = {Levesque, J. and Sankaran, R. and Grout, R.},
title = {Hybridizing {S3D} into an exascale application using {OpenACC}: An Approach for Moving to Multi-Petaflops and Beyond},
series = {SC '12},
year = {2012},
pages = {15:1--15:11},
}
@inproceedings{Chilimbi99,
author = {Chilimbi, Trishul M. and Davidson, Bob and Larus, James R.},
title = {Cache-conscious Structure Definition},
series = {PLDI},
year = {1999},
pages = {13--24},
}
@article{CHEMKIN96,
author = {Kee, R.J. and Rupley, F.M and Meeks, E.},
title = {CHEMKIN-III: A Fortran Chemical Kinetics Package for the Analysis of Gas-Phase Chemical and Plasma Kinetics},
year = {1996},
}
@book{Hamming86,
author = {Hamming, R.},
title = {Numerical methods for scientists and engineers (2nd ed.)},
year = {1986},
publisher = {Dover Publications, Inc.},
address = {New York, NY, USA},
}
@misc{Top500,
title = {Top 500 Supercomputers},
month = {June},
year = {2014},
howpublished = "\url{http://www.top500.org}",
}
@misc{OpenACC,
title = {{OpenACC} Standard},
year = {2013},
howpublished = "\url{http://www.openacc-standard.org}",
}
@misc{GAMPI,
title = {Genetic Algorithm for {MPI} Placement},
year = {2014},
howpublished = "\url{https://github.com/ramanan/gampi}",
}
@misc{IntelMPSS,
title = {Intel Manycore Platform Software Stack},
year = {2013},
howpublished = "\url{http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss}",
}
@inproceedings{ PARSEC09,
author = {Christian B. and Kai L.},
title = {PARSEC 2.0: A New Benchmark Suite for Chip-Multiprocessors},
booktitle = {Proceedings of the 5th Annual Workshop on Modeling, Benchmarking and Simulation},
year = {2009},
month = {June}
}
@inproceedings{LONESTAR09,
author = {Kulkarni, M. and Burtscher, M. and Cas\c{c}aval, C. and Pingali, K.},
title = {Lonestar: {A} Suite of Parallel Irregular Programs},
booktitle = {ISPASS '09: IEEE International Symposium on Performance Analysis of Systems and Software},
year = {2009},
}
@misc{ NASPAR,
title = {{NAS} Parallel Benchmark Suite},
year = {2013},
howpublished = "\url{www.nas.nasa.gov/publications/npb.html}",
}
@article{Mantevo08,
author={M A Heroux},
title={Design issues for numerical libraries on scalable multicore architectures},
journal={Journal of Physics: Conference Series},
volume={125},
number={1},
pages={012035},
url={http://stacks.iop.org/1742-6596/125/i=1/a=012035},
year={2008},
}
@INPROCEEDINGS{RODINA09,
authors={S. Che and Boyer, M. and J. Meng and Tarjan, D. and Sheaffer, J.W. and Sang-Ha Lee and Skadron, K.},
author={S. Che and others},
booktitle={Workload Characterization, 2009. IISWC 2009. IEEE International Symposium on},
title={Rodinia: A benchmark suite for heterogeneous computing},
year={2009},
pages={44-54},
}
@article{Eraser97,
author = {Savage, S. and others},
title = {Eraser: A Dynamic Data Race Detector for Multithreaded Programs},
journal = {ACM Trans. Comput. Syst.},
month = nov,
year = {1997},
}
@inproceedings{ DPJ09,
author = {Bocchino,Jr., Robert L. and Adve, Vikram S. and Dig, Danny and Adve, Sarita V. and Heumann, Stephen and Komuravelli, Rakesh and Overbey, Jeffrey and Simmons, Patrick and Sung, Hyojin and Vakilian, Mohsen},
title = {A Type and Effect System for Deterministic Parallel {Java}},
booktitle = {Proceedings of the 24th ACM SIGPLAN Conference on Object Oriented Programming Systems Languages and Applications},
series = {OOPSLA '09},
year = {2009},
isbn = {978-1-60558-766-0},
location = {Orlando, Florida, USA},
pages = {97--116},
numpages = {20},
howpublished = "\url{http://doi.acm.org/10.1145/1640089.1640097}",
doi = {10.1145/1640089.1640097},
acmid = {1640097},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {commutativity, determinism, deterministic parallelism, effect systems, effects},
}
@inproceedings{ DPJ11,
author = {Bocchino,Jr., Robert L. and Heumann, Stephen and Honarmand, Nima and Adve, Sarita V. and Adve, Vikram S. and Welc, Adam and Shpeisman, Tatiana},
title = {Safe Nondeterminism in a Deterministic-by-default Parallel Language},
booktitle = {Proceedings of the 38th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '11},
year = {2011},
isbn = {978-1-4503-0490-0},
location = {Austin, Texas, USA},
pages = {535--548},
numpages = {14},
howpublished = "\url{http://doi.acm.org/10.1145/1926385.1926447}",
doi = {10.1145/1926385.1926447},
acmid = {1926447},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {atomic sections, atomicity, data race freedom, determinism, effect systems, effects, nondeterminism, parallel programming languages, strong isolation, tranasctions, transactional memory},
}
@inproceedings{Hawkins11,
author = {Hawkins, Peter and Aiken, Alex and Fisher, Kathleen and Rinard, Martin and Sagiv, Mooly},
title = {Data Representation Synthesis},
booktitle = {Proceedings of the 32Nd ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '11},
year = {2011},
isbn = {978-1-4503-0663-8},
location = {San Jose, California, USA},
pages = {38--49},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/1993498.1993504}",
doi = {10.1145/1993498.1993504},
acmid = {1993504},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {composite data structures, synthesis},
}
@inproceedings{Harris05,
author = {Harris, T. and Marlow, S. and Peyton-Jones, S. and Herlihy, M.},
title = {Composable memory transactions},
booktitle = {PPOPP},
year = {2005},
pages = {48--60},
}
@inproceedings{Steffan00,
author = {Steffan, J. and Colohan, C. and Zhai, A. and Mowry, T.},
title = {A scalable approach to thread-level speculation},
series = {ISCA},
year = {2000},
pages = {1--12},
}
@inproceedings{Tofte94,
author = {Tofte, M. and Talpin, J.P.},
title = {Region-Based Memory Management},
booktitle = {POPL},
year = {1994},
% pages = {188--201},
}
@inproceedings{Aiken95,
author = {Aiken, A. and F\"{a}hndrich, M. and Levien, R.},
title = {Better static memory management: improving region-based analysis of higher-order languages},
booktitle = {Proceedings of the ACM SIGPLAN conference on Programming language design and implementation},
year = {1995},
pages = {174--185},
}
@inproceedings{Henglein01,
author = {Henglein, F. and Makholm, H. and Niss, H.},
title = {A direct approach to control-flow sensitive region-based memory management},
booktitle = {Proceedings of the 3rd ACM SIGPLAN international conference on Principles and practice of declarative programming},
year = {2001},
pages = {175--186},
}
@article{Walker00,
author = {Walker, D. and Crary, K. and Morrisett, G.},
title = {Typed memory management via static capabilities},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2000},
pages = {701--771},
}
@inproceedings{ Cyclone02,
author = {Grossman, Dan and Morrisett, Greg and Jim, Trevor and Hicks, Michael and Wang, Yanling and Cheney, James},
title = {Region-based Memory Management in Cyclone},
booktitle = {Proceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design and Implementation},
series = {PLDI '02},
year = {2002},
isbn = {1-58113-463-0},
location = {Berlin, Germany},
pages = {282--293},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/512529.512563}",
doi = {10.1145/512529.512563},
acmid = {512563},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{ RC01,
author = {Gay, David and Aiken, Alex},
title = {Language Support for Regions},
booktitle = {Proceedings of the ACM SIGPLAN 2001 Conference on Programming Language Design and Implementation},
series = {PLDI '01},
year = {2001},
isbn = {1-58113-414-2},
location = {Snowbird, Utah, USA},
pages = {70--80},
numpages = {11},
howpublished = "\url{http://doi.acm.org/10.1145/378795.378815}",
doi = {10.1145/378795.378815},
acmid = {378815},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{ Halide13,
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},
howpublished = "\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{ Terra13,
author = {DeVito, Zachary and Hegarty, James and Aiken, Alex and Hanrahan, Pat and Vitek, Jan},
title = {Terra: A Multi-stage Language for High-performance Computing},
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 = {105--116},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/2491956.2462166}",
doi = {10.1145/2491956.2462166},
acmid = {2462166},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dsl, lua, staged computation},
}
@inproceedings{Lucassen88,
author = {Lucassen, J. M. and Gifford, D. K.},
title = {Polymorphic effect systems},
booktitle = {Proceedings of the 15th ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
year = {1988},
pages = {47--57},
}
@inproceedings{Boyapati03,
author = {Boyapati, C. and Liskov, B. and Shrira, L.},
title = {Ownership types for object encapsulation},
booktitle = {POPL},
year = {2003},
% pages = {213--223},
}
@inproceedings{Clarke02,
author = {Clarke, D. and Drossopoulou, S.},
title = {Ownership, Encapsulation and the Disjointness of Type and Effect},
booktitle = {OOPSLA},
year = {2002},
% pages = {292--310},
}
@inproceedings{Cameron07,
author = {Cameron, N. R. and Drossopoulou, S. and Noble, J. and Smith, M. J.},
title = {Multiple ownership},
booktitle = {OOPSLA},
year = {2007},
pages = {441--460},
}
@inproceedings{Lu06,
author = {Lu, Y. and Potter, J.},
title = {Protecting representation with effect encapsulation},
booktitle = {Conference record of the 33rd ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
year = {2006},
pages = {359--371},
}
@inproceedings{Boyapati02,
author = {Boyapati, C. and Lee, R. and Rinard, M.},
title = {Ownership types for safe programming: preventing data races and deadlocks},
booktitle = {Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
year = {2002},
pages = {211--230},
}
@article{Abadi06,
author = {Abadi, M. and Flanagan, C. and Freund, S. N.},
title = {Types for safe locking: Static race detection for {Java}},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2006},
pages = {207--255},
}
@article{Jacobs08,
author = {Jacobs, B. and Piessens, F. and Smans, J. and Leino, K. Rustan M. and Schulte, W.},
title = {A programming model for concurrent object-oriented programs},
journal = {ACM Trans. Program. Lang. Syst.},
year = {2008},
pages = {1:1--1:48},
}
@inproceedings{Reynolds02,
author = {Reynolds, J. C.},
title = {Separation Logic: A Logic for Shared Mutable Data Structures},
booktitle = {IEEE Symposium on Logic in CS},
year = {2002},
% pages = {55--74},
}
@article{Rinard98,
author = {Rinard, M. C. and Lam, M. S.},
title = {The design, implementation, and evaluation of {Jade}},
journal = {ACM Trans. Program. Lang. Syst.},
year = {1998},
}
@inproceedings{Hayman06,
author={Hayman, J. and Winskel, G.},
title={Independence and Concurrent Separation Logic},
booktitle={Logic in Computer Science, 2006 21st Annual IEEE Symposium on},
year={2006},
pages={147 -156},
}
@incollection{Brookes04,
author = {Brookes, S.},
title = {A Semantics for Concurrent Separation Logic},
booktitle = {CONCUR},
series = {Lecture Notes in Computer Science},
pages = {16-34},
year = {2004},
}
@incollection{Raza09,
author = {Raza, M. and Calcagno, C. and Gardner, P.},
title = {Automatic Parallelization with Separation Logic},
booktitle = {Programming Languages and Systems},
series = {Lecture Notes in Computer Science},
pages = {348-362},
year = {2009},
}
@inproceedings{Gotsman07,
author = {Gotsman, A. and Berdine, J. and Cook, B. and Sagiv, M.},
title = {Thread-Modular Shape Analysis},
booktitle = {PLDI},
year = {2007},
}
@ARTICLE{Keeneland,
author={Vetter, J.S. and others},
journal={Computing in Science Engineering},
title={Keeneland: Bringing Heterogeneous {GPU} Computing to the Computational Science Community},
year={2011},
pages={90 -95},
}
@inproceedings{REAPS02,
author = {Berger, E. D. and Zorn, B. G. and McKinley, K. S.},
title = {Reconsidering custom memory allocation},
booktitle = {OOPSLA},
year = {2002},
pages = {1--12},
}
@inproceedings{BCSA11,
author = {Bauer, M. and Clark, J. and Schkufza, E. and Aiken, A.},
title = {Programming the Memory Hierarchy Revisited: {S}upporting Irregular Parallelism in {S}equoia},
booktitle = {Proceedings of the Symposium on Principles and Practice of Parallel Programming},
year = {2011},
% pages = {13--24}
}
@misc{ BoxLib,
author = {M. Lijewski and A. Nonaka and J. Bell},
title = {BoxLib},
year = "2011",
howpublished = "\url{https://ccse.lbl.gov/BoxLib/index.html}",
}
@techreport{ Chombo,
author = {Adams, M. and Colella, P. and Graves, D. T. and Johnson, J. N. and Keen, N. D. and Ligocki, T. J. and Martin, D. F. and McCorquodale, P. W. and Modiano, D. and Schwartz, P. O. and Sternberg, T. D. and Van Straalen, B.},
title = {Chombo Software Package for {AMR} Applications - Design Document},
number = {LBNL-6616E},
howpublished = "\url{https://seesar.lbl.gov/anag/chombo/ChomboDesign-3.1.pdf}",
year = {2014},
}
@techreport{ GASNet02,
author = { Bonachea, Dan },
title = {GASNet Specification v1.1},
number = {UCB/CSD-02-1207}
howpublished = "\url{http://digitalassets.lib.berkeley.edu/techreports/ucb/text/CSD-02-1207.pdf}",
year = {2002},
}
@techreport{ CrayGemini,
title = { {T}he {G}emini {N}etwork },
year = { 2010 },
howpublished = "\url{http://wiki.ci.uchicago.edu/pub/Beagle/SystemSpecs/Gemini_whitepaper.pdf}",
}
@techreport{ Tegra,
title = { Variable SMP - A Multi-Core CPU Architecture for Low Power and High Performance },
year = { 2014 },
howpublished = "\url{http://www.nvidia.com/content/PDF/tegra_white_papers/tegra-whitepaper-0911b.pdf}",
}
@inproceedings{ DarkSilicon11,
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 = {Proceedings of the 38th Annual International Symposium on Computer Architecture},
series = {ISCA '11},
year = {2011},
isbn = {978-1-4503-0472-6},
location = {San Jose, California, USA},
pages = {365--376},
numpages = {12},
howpublished = "\url{http://doi.acm.org/10.1145/2000064.2000108}",
doi = {10.1145/2000064.2000108},
acmid = {2000108},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dark silicon, modeling, multicore, power, technology scaling},
}
@misc{ CUDA,
title = {{CUDA} Programming Guide 5.5},
month = {February},
year = {2014},
howpublished = "\url{http://developer.download.nvidia.com/compute/DevZone/docs/html/C/doc/CUDA_C_Programming_Guide.pdf}",
}
@inproceedings{RC01,
author = {Gay, D. and Aiken, A.},
title = {Language support for regions},
booktitle = {PLDI},
year = {2001},
pages = {70--80},
}
@TECHREPORT{CYCLONE01,
author = {D. Grossman and others},
title = {Formal type soundness for {C}yclone’s region system},
institution = {},
year = {2001}
}
@inproceedings{PRIVLIGES09,
author = {Marino, Daniel and Millstein, Todd},
title = {A generic type-and-effect system},
booktitle = {TLDI},
year = {2009},
pages = {39--50},
}
@inproceedings{CAPABILITIES09,
author = {Stork, Sven and Marques, Paulo and Aldrich, Jonathan},
title = {Concurrency by default: using permissions to express dataflow in stateful programs},
booktitle = {Proceeding of the 24th ACM SIGPLAN conference companion on Object oriented programming systems languages and applications},
series = {OOPSLA '09},
year = {2009},
isbn = {978-1-60558-768-4},
location = {Orlando, Florida, USA},
pages = {933--940},
numpages = {8},
url = {http://doi.acm.org/10.1145/1639950.1640060},
doi = {http://doi.acm.org/10.1145/1639950.1640060},
acmid = {1640060},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {access permissions, concurrency, dataflow, programming language},
}
@incollection{minisat,
author = {E\'{e}n, N. and S\"{o}rensson, N.},
booktitle = {Theory and Applications of Satisfiability Testing },
journal = {Theory and Applications of Satisfiability Testing},
pages = {333--336},
title = {An Extensible {SAT}-solver},
year = {2004}
}
@inproceedings{Ren08,
author = {M. Ren and J. Y. Park and M. Houston and A. Aiken and W. Dally},
title = {A Tuning Framework for Software-managed Memory Hierarchies},
booktitle = { Int'l Conference on Parallel Architectures and Compilation Techniques},
year = {2008},
pages = {280--291}
}
@inproceedings{Houston08,
author = {M. Houston and others},
title = {A Portable Runtime Interface for Multi-level Memory Hierarchies},
booktitle = { Symposium on Principles and Practice of Parallel Programming},
year = {2008},
pages = {143--152}
}
@inproceedings{Knight07,
author = {T. Knight and others},
title = {Compilation for Explicitly Managed Memory Hierarchies},
booktitle = { Symposium on Principles and Practice of Parallel Programming},
year = {2007},
pages = {226--236}
}
@ARTICLE{ Chapel07,
author = {Bradford L. Chamberlain and David Callahan and Hans P. Zima},
title = {Parallel Programmability and the {Chapel} Language},
journal = {Int. J. High Perform. Comput. Appl},
year = {2007},
pages = {1094--3420}
}
@Article{CHAPEL11,
author = {B.L. Chamberlain and S. Choi and S. Deitz and D. Iten and V. Litvinov},
title = "{Authoring User-Defined Domain Maps in {Chapel}}",
booktitle = {CUG},
year = {2011},
}
@Article{CHAPELGPU,
author = {A. Sidelnik and others},
title = "{Using the High Productivity Language {Chapel} to Target GPGPU Architectures}",
booktitle = {IDEALS},
year = {2011},
}
@Misc{Khronos:OpenCL,
key = {Khronos},