-
Notifications
You must be signed in to change notification settings - Fork 14
/
nvsl.bib
2255 lines (1954 loc) · 99.1 KB
/
nvsl.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
%<% Encoding: UTF-8 %>
@inproceedings{Liu:2018:GUC:3178487.3178512,
author = {Liu, Yang and Wang, Jianguo and Swanson, Steven},
title = {Griffin: Uniting CPU and GPU in Information Retrieval Systems for Intra-query Parallelism},
booktitle = {Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
series = {PPoPP '18},
year = {2018},
isbn = {978-1-4503-4982-6},
location = {Vienna, Austria},
pages = {327--337},
numpages = {11},
url = {http://doi.acm.org/10.1145/3178487.3178512},
doi = {10.1145/3178487.3178512},
acmid = {3178512},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {GPU, information retrieval, parallel algorithms, query processing, search engines},
accept_rate = {20.2\%},
}
@inproceedings{Koo:2017:STC:3123939.3124553,
author = {Koo, Gunjae and Matam, Kiran Kumar and I, Te and Narra, H. V. Krishna Giri and Li, Jing and Tseng, Hung-Wei and Swanson, Steven and Annavaram, Murali},
title = {Summarizer: Trading Communication with Computing Near Storage},
booktitle = {Proceedings of the 50th Annual IEEE/ACM International Symposium on Microarchitecture},
series = {MICRO-50 '17},
year = {2017},
isbn = {978-1-4503-4952-9},
location = {Cambridge, Massachusetts},
pages = {219--231},
numpages = {13},
url = {http://doi.acm.org/10.1145/3123939.3124553},
doi = {10.1145/3123939.3124553},
acmid = {3124553},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {SSD, dynamic workload offloading, near data processing, storage systems},
accept_rate = {22\%},
}
@INPROCEEDINGS{8280433,
author = {Z. Yang and M. Hoseinzadeh and A. Andrews and C. Mayers and D. T. Evans and R. T. Bolt and J. Bhimani and N. Mi and S. Swanson},
booktitle = {2017 IEEE 36th International Performance Computing and Communications Conference (IPCCC)},
title = {AutoTiering: Automatic data placement manager in multi-tier all-flash datacenter},
year = {2017},
volume = {},
number = {},
pages = {1-8},
doi = {10.1109/PCCC.2017.8280433},
ISSN = {},
accept_rate = {33\%},
month = {Dec},}
@INPROCEEDINGS{yang2017h,
author = {Z. Yang and M. Hoseinzadeh and P. Wong and J. Artoux and C. Mayers and D. T. Evans and R. T. Bolt and J. Bhimani and N. Mi and S. Swanson},
booktitle = {2017 IEEE 36th International Performance Computing and Communications Conference (IPCCC)},
title = {H-NVMe: A hybrid framework of NVMe-based storage system in cloud computing environment},
year = {2017},
volume = {},
number = {},
pages = {1-8},
keywords = {Cloud computing;Hardware;Nonvolatile memory;Parallel processing;Virtual machine monitors;Virtualization;Big Data;Cloud Computing;Datacenter Storage;Lock-free I/O Queue;NVMe Driver;Resource Management;Tiering and Caching Algorithm;User Mode Polling;Virtualization},
doi = {10.1109/PCCC.2017.8280431},
ISSN = {},
month = {Dec},
accept_rate = {33\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/IPCCC2017-HNVMe.pdf}
}
@inproceedings{fortis,
author = {Xu, Jian and Zhang, Lu and Memaripour, Amirsaman and Gangadharaiah, Akshatha and Borase, Amit and Da Silva, Tamires Brito and Swanson, Steven and Rudoff, Andy},
title = {NOVA-Fortis: A Fault-Tolerant Non-Volatile Main Memory File System},
booktitle = {Proceedings of the 26th Symposium on Operating Systems Principles},
series = {SOSP '17},
year = {2017},
isbn = {978-1-4503-5085-3},
location = {Shanghai, China},
pages = {478--496},
numpages = {19},
url = {http://doi.acm.org/10.1145/3132747.3132761},
doi = {10.1145/3132747.3132761},
acmid = {3132761},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DAX, Direct Access, File Systems, Non-volatile Memory, Persistent Memory, Reliability},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/SOSP2017-NOVAFortis.pdf},
accept_rate = {17\%}
}
@inproceedings{wang2017experimental,
title = {An Experimental Study of Bitmap Compression vs. Inverted List Compression},
author = {Wang, Jianguo and Lin, Chunbin and Papakonstantinou, Yannis and Swanson, Steven},
booktitle = {Proceedings of the 2017 ACM International Conference on Management of Data},
pages = {993--1008},
year = {2017},
organization = {ACM},
www_pdf_url= {http://cseweb.ucsd.edu/users/swanson/papers/SIGMOD2017-ListCompression.pdf},
accept_rate = {20\%}
}
@inproceedings{wei2017vcorfu,
author = {Wei, Michael and Tai, Amy and Rossbach, Christopher J. and Abraham, Ittai and Munshed, Maithem and Dhawan, Medhavi and Stabile, Jim and Wieder, Udi and Fritchie, Scott and Swanson, Steven and Freedman, Michael J. and Malkhi, Dahlia},
title = {vCorfu: A Cloud-scale Object Store on a Shared Log},
booktitle = {Proceedings of the 14th USENIX Conference on Networked Systems Design and Implementation},
series = {NSDI'17},
year = {2017},
isbn = {978-1-931971-37-9},
location = {Boston, MA, USA},
pages = {35--49},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=3154630.3154634},
acmid = {3154634},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
www_pdf_url={http://cseweb.ucsd.edu/users/swanson/papers/NSDI2017-vCorfu.pdf},
accept_rate = {18.1\%},
}
@inproceedings{kaminotx,
author = {Memaripour, Amirsaman and Badam, Anirudh and Phanishayee, Amar and Zhou, Yanqi and Alagappan, Ramnatthan and Strauss, Karin and Swanson, Steven},
title = {Atomic In-place Updates for Non-volatile Main Memories with Kamino-Tx},
booktitle = {Proceedings of the Twelfth European Conference on Computer Systems},
series = {EuroSys '17},
year = {2017},
isbn = {978-1-4503-4938-3},
location = {Belgrade, Serbia},
pages = {499--512},
numpages = {14},
url = {http://doi.acm.org/10.1145/3064176.3064215},
doi = {10.1145/3064176.3064215},
acmid = {3064215},
publisher = {ACM},
accept_rate = {20.5\%},
address = {New York, NY, USA},
www_pdf_url= {https://cseweb.ucsd.edu/~swanson/papers/EuroSys2017-Kamino-Tx.pdf}
}
@INPROCEEDINGS{hpca2017kaml,
author = {Y. Jin and H. W. Tseng and Y. Papakonstantinou and S. Swanson},
booktitle = {2017 IEEE International Symposium on High Performance Computer Architecture (HPCA)},
title = {KAML: A Flexible, High-Performance Key-Value SSD},
year = {2017},
volume = {},
number = {},
pages = {373-384},
keywords = {DRAM chips;NoSQL databases;data mining;input-output programs;transaction processing;DRAM;KAML;NoSQL key-value store applications;OLTP;block I/O interface;fine-grained locking;high-performance key-value SSD;multilog architecture;online transaction processing;solid state drives;Atomic layer deposition;Databases;Flash memories;Nonvolatile memory;Proposals;Protocols;Random access memory},
doi = {10.1109/HPCA.2017.15},
ISSN = {},
month = {Feb},
www_pdf_url={https://cseweb.ucsd.edu/~swanson/papers/HPCA2017-KAML.pdf},
accept_rate = {22\%}
}
@inproceedings{spmario,
author = {Yang Liu and
Hung{-}Wei Tseng and
Steven Swanson},
title = {SPMario: Scale up MapReduce with I/O-Oriented Scheduling for the {GPU}},
booktitle = {34th {IEEE} International Conference on Computer Design, {ICCD} 2016,
Scottsdale, AZ, USA, October 2-5, 2016},
pages = {384--387},
year = {2016},
url = {http://dx.doi.org/10.1109/ICCD.2016.7753309},
doi = {10.1109/ICCD.2016.7753309},
timestamp = {Wed, 30 Nov 2016 17:16:06 +0100},
biburl = {http://dblp2.uni-trier.de/rec/bib/conf/iccd/LiuTS16},
bibsource = {dblp computer science bibliography, http://dblp.org},
accept_rate = {40\%},
www_pdf_url = {https://cseweb.ucsd.edu/~swanson/papers/ICCD2017-SPMario.pdf},
}
@inproceedings {NOVA,
author = {Xu, Jian and Swanson, Steven},
title = {NOVA: A Log-structured File System for Hybrid Volatile/Non-volatile Main Memories},
booktitle = {14th USENIX Conference on File and Storage Technologies (FAST 16)},
year = {2016},
month = Feb,
address = {Santa Clara, CA},
url = {https://www.usenix.org/conference/fast16/technical-sessions/presentation/xu},
publisher = {USENIX Association},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FAST2016NOVA.pdf},
accept_rate = {23.4\%},
}
@inproceedings{hippogriff,
author = {Liu, Yang and Tseng, Hung-wei and Gahagan, Mark and Li, Jing and Swanson, Steven},
title = {{Hippogriff: Efficiently Moving Data in Heterogeneous Computing Systems}},
booktitle = {Proceedings of the 34th IEEE International Conference on Computer Design},
series = {ICCD'16},
year = {2016},
location = {Phoenix, AZ},
accept_rate = {40\%},
www_pdf_url= {http://cseweb.ucsd.edu/users/swanson/papers/ICCD2016-Hippogriff.pdf}
}
@inproceedings{morpheus,
title = {Morpheus: Creating Application Objects Efficiently for Heterogeneous Computing},
author = {Hung-Wei Tseng and Qianchen Zhao and Yuxiao Zhou and Mark Gahagan and Steven Swanson},
booktitle = {43rd Internional Symposium on Computer Architecture},
series = {ISCA 2016},
year = {2016},
accept_rate = {19\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ISCA2016-Morpheus.pdf}
}
@inproceedings{wei2016silver,
title = {Silver: A Scalable, Distributed, Multi-versioning, Always Growing (Ag) File System.},
author = {Wei, Michael and Rossbach, Christopher J and Abraham, Ittai and Wieder, Udi and Swanson, Steven and Malkhi, Dahlia and Tai, Amy},
booktitle = {HotStorage},
year = {2016}
}
@inproceedings{SmartSSDDaMoN16,
author = {Jianguo Wang and
Dongchul Park and
Yang{-}Suk Kee and
Yannis Papakonstantinou and
Steven Swanson},
title = {{SSD} in-storage computing for list intersection},
booktitle = {Proceedings of the 12th International Workshop on Data Management
on New Hardware, DaMoN 2016, San Francisco, CA, USA, June 27, 2016},
pages = {4:1--4:7},
year = {2016},
url = {http://doi.acm.org/10.1145/2933349.2933353},
doi = {10.1145/2933349.2933353},
timestamp = {Thu, 14 Jul 2016 16:30:08 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/damon/WangPKPS16},
bibsource = {dblp computer science bibliography, http://dblp.org},
www_pdf_url = {https://cseweb.ucsd.edu/~swanson/papers/DAMON2016-SSDLists.pdf}
}
@article{wang2017milc,
author = {Wang, Jianguo and Lin, Chunbin and He, Ruining and Chae, Moojin and Papakonstantinou, Yannis and Swanson, Steven},
title = {MILC: Inverted List Compression in Memory},
journal = {Proc. VLDB Endow.},
issue_date = {April 2017},
volume = {10},
number = {8},
month = apr,
year = {2017},
issn = {2150-8097},
pages = {853--864},
numpages = {12},
url = {https://doi.org/10.14778/3090163.3090164},
doi = {10.14778/3090163.3090164},
acmid = {3090164},
publisher = {VLDB Endowment},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/VLDB2017-MILC.pdf},
accept_rate = {17\%}
}
@article{hippogriffdb,
author = {Li, Jing and Tseng, Hung-Wei and Lin, Chunbin and Papakonstantinou, Yannis and Swanson, Steven},
title = {HippogriffDB: Balancing I/O and GPU Bandwidth in Big Data Analytics},
journal = {Proc. VLDB Endow.},
issue_date = {October 2016},
volume = {9},
number = {14},
month = oct,
year = {2016},
issn = {2150-8097},
pages = {1647--1658},
numpages = {12},
url = {http://dx.doi.org/10.14778/3007328.3007331},
doi = {10.14778/3007328.3007331},
acmid = {3007331},
publisher = {VLDB Endowment},
www_pdf_url= {http://cseweb.ucsd.edu/users/swanson/papers/VLDB2016-HippogriffDB.pdf} ,
accept_rate = {20\%}
}
@article{NovaUsenixLogin,
author = {Xu, Jian and Swanson, Steven},
title = {NOVA: A Log-Structured File System for Hybrid Volatile/Non-Volatile Main Memories},
journal = {USENIX ;login:},
pages = {323--338},
numpages = {16},
www_pdf_url = {https://cseweb.ucsd.edu/~swanson/papers/FAST2016NOVA.pdf},
url = {http://dl.acm.org/citation.cfm?id=2930583.2930608},
publisher = {USENIX Association},
volume = {41},
number = {3},
year = {2016},
}
@article{SmartSSDTC16,
author = {Jianguo Wang and
Dongchul Park and
Yannis Papakonstantinou and
Steven Swanson},
title = {SSD In-Storage Computing for Search Engines},
journal = {{IEEE} Trans. Computers},
year = {2016},
www_pdf_url = {https://cseweb.ucsd.edu/~swanson/papers/TOC2017-SSD-Search-Engine.pdf}
}
@TECHREPORT{Gullfoss,
AUTHOR = {Hung-Wei Tseng and Yang Liu and Mark Gahagan and Jing Li and Yanqin Jin and Steven Swanson},
TITLE = {Gullfoss: Accelerating and Simplifying Data Movement among Heterogeneous Computing and Storage Resources},
NUMBER = {CS2015-1015},
INSTITUTION = {Department of Computer Science and Engineering, University of California, San Diego technical report},
YEAR = {2015},
URL = {http://csetechrep.ucsd.edu/Dienst/UI/2.0/Describe/ncstrl.ucsd\_cse/CS2015-1015},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR-CS2015-1015-Gullfoss.pdf}
}
@Article{ITIT2014-Variability,
title = {NSF expedition on variability-aware software: Recent results and contributions},
author = {Lucas Wanner and Liangzhen Lai and Abbas Rahimi and Mark Gottscho and Pietro Mercati and Chu-Hsiang Huang and Frederic Sala and Yuvraj Agarwal and Lara Dolecek and Nikil Dutt and Puneet Gupta and Rajesh Gupta and Ranjit Jhala and Rakesh Kumar and Sorin Lerner and Subhasish Mitra and Alexandru Nicolau and Tajana Simunic Rosing and Mani B. Srivastava and Steve Swanson and Dennis Sylvester and Yuanyuan Zhou},
journal = {Information Technology},
volume = {57},
issue = {3},
pages = {181-198},
year={2014},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ITIT2014-Variability.pdf}
}
@article{wanner2015nsf,
title = {NSF expedition on variability-aware software: Recent results and contributions},
author = {Wanner, Lucas and Lai, Liangzhen and Rahimi, Abbas and Gottscho, Mark and Mercati, Pietro and Huang, Chu-Hsiang and Sala, Frederic and Agarwal, Yuvraj and Dolecek, Lara and Dutt, Nikil and others},
journal = {it-Information Technology},
volume = {57},
number = {3},
pages = {181--198},
year = {2015}
}
@INPROCEEDINGS{MSSTNVMApps,
author = {Zhang, Yiying and Swanson, Steven},
booktitle = {Mass Storage Systems and Technologies (MSST), 2015 31st Symposium on},
title = {A study of application performance with non-volatile main memory},
year = {2015},
pages = {1-10},
keywords = {Bandwidth;Kernel;Nonvolatile memory;Optimization;Random access memory;Servers;Synchronization},
doi = {10.1109/MSST.2015.7208275},
month = {May},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/2015MSST-NVMApps.pdf}
}
@inproceedings{suzuki2015survey,
title = {A survey of trends in non-volatile memory technologies: 2000-2014},
author = {Suzuki, Kosuke and Swanson, Steven},
booktitle = {Memory Workshop (IMW), 2015 IEEE International},
pages = {1--4},
year = {2015},
organization = {IEEE}
}
@TECHREPORT{NVMDB,
AUTHOR = {Kosuke Suzuki and Steven Swanson},
TITLE = {The Non-Volatile Memory Technology Database (NVMDB)},
NUMBER = {CS2015-1011},
INSTITUTION = {Department of Computer Science \& Engineering,
University of California, San Diego},
NOTE = {http://nvmdb.ucsd.edu},
MONTH = {May},
YEAR = {2015},
AUTHOR1_URL = {http://nvmdb.ucsd.edu},
AUTHOR1_EMAIL = {[email protected]},
URL = {http://nvmdb.ucsd.edu},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR2015-NVMDB.pdf}
}
@inproceedings{Mojim,
author = {Yiying Zhang and Jian Yang and Amirsaman Memaripour and Steven Swanson},
title = {Mojim: A Reliable and Highly-Available Non-Volatile Memory System},
booktitle = {Proceedings of the 20th International Conference on Architectural Support for Programming Languages and Operating Systems},
year = {2015},
accept_rate = {17\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ASPLOS2015Mojim.pdf}
}
@ARTICLE{IEEEMicroWONDP,
author = {Balasubramonian, Rajeev and Chang, Jichuan and Manning, Troy and Moreno, Jaime H. and Murphy, Richard and Nair, Ravi and Swanson, Steven},
journal = {Micro, IEEE},
title = {Near-Data Processing: Insights from a MICRO-46 Workshop},
year = {2014},
month = {July},
volume = {34},
number = {4},
pages = {36-42},
keywords = {Bandwidth allocation;Big data;Computational modeling;Computer architecture;Costs;Distributed databases;History;big data;data movement;history of computing;near-data processing},
doi = {10.1109/MM.2014.55},
ISSN = {0272-1732},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/IEEEMicro2014WONDP.pdf}
}
@inproceedings{Willow,
author = {Sudharsan Seshadri and Mark Gahagan and Sundaram Bhaskaran and Trevor Bunker and Arup De and Yanqin Jin and Yang Liu and Steven Swanson},
title = {Willow: A User-Programmable SSD},
booktitle = {Proceedings of the 11th USENIX Symposium on Operating Systems Design and Implementation (OSDI '14)},
year = {2014},
accept_rate = {18\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/OSDI2014-Willow.pdf}
}
@inproceedings{Fast2014,
author = {Vu\v{c}ini\'{c}, Dejan and Wang, Qingbo and Guyot, Cyril and Mateescu, Robert and Blagojevi\'{c}, Filip and Franca-Neto, Luiz and Le Moal, Damien and Bunker, Trevor and Xu, Jian and Swanson, Steven and Bandi\'{c}, Zvonimir},
title = {DC Express: Shortest Latency Protocol for Reading Phase Change Memory over PCI Express},
booktitle = {Proceedings of the 12th USENIX Conference on File and Storage Technologies},
series = {FAST'14},
year = {2014},
isbn = {978-1-931971-08-9},
location = {Santa Clara, CA},
pages = {309--315},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=2591305.2591336},
acmid = {2591336},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FAST14DCExpress.pdf}
}
@article{GeorgeCcore,
author = {Zheng, Qiaoshi and Goulding-Hotta, Nathan and Ricketts, Scott and Swanson, Steven and Taylor, Michael Bedford and Sampson, Jack},
title = {Exploring Energy Scalability in Coprocessor-Dominated Architectures for Dark Silicon},
journal = {ACM Trans. Embed. Comput. Syst.},
issue_date = {April 2014},
volume = {13},
number = {4s},
month = apr,
year = {2014},
issn = {1539-9087},
pages = {130:1--130:24},
articleno = {130},
numpages = {24},
url = {http://doi.acm.org/10.1145/2584657},
doi = {10.1145/2584657},
acmid = {2584657},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {CoDA, conservation core, coprocessor, dark silicon, energy efficiency, scalable specialization},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TECS-CCores.pdf}
}
@inproceedings {IOSpec,
author = {Michael Wei and Matias Bj{\o}rling and Philippe Bonnet and Steven Swanson},
title = {I/O Speculation for the Microsecond Era},
booktitle = {2014 USENIX Annual Technical Conference (USENIX ATC 14)},
year = {2014},
month = Jun,
isbn = {978-1-931971-10-2},
address = {Philadelphia, PA},
pages = {475--481},
url = {https://www.usenix.org/conference/atc14/technical-sessions/presentation/wei},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/USENIX2014-Speculation.pdf},
publisher = {USENIX Association},
accept_rate = {15.8\%},
}
@inproceedings{2013ladis,
title = {{SYS}: Synchronize Your System with Simple Hardware},
author = {Michael Wei and Steven Swanson},
booktitle = {{LADIS 2013}: The 7th Workshop on Large-Scale Distributed Systems and Middleware},
year = {2013},
address = {Farmington, PA, USA}
}
@ARTICLE{IEEEComputerRRR,
author = {Swanson, Steven and Caulfield, Adrian M.},
journal = {Computer},
title = {Refactor, Reduce, Recycle: Restructuring the I/O Stack for the Future of Storage},
year = {2013},
volume = {46},
number = {8},
pages = {52-59},
keywords = {File systems;Hardware;Nonvolatile memory;Phase change materials;Software engineering;Storage area networks;file systems;nonvolatile storage;software engineering;storage management},
doi = {10.1109/MC.2013.222},
ISSN = {0018-9162},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/2013IEEEComputer-RRR.pdf}
}
@inproceedings{bankshotInflow,
author = {Meenakshi Sundaram Bhaskaran and Jian Xu and Steven Swanson},
title = {BankShot: Caching Slow Storage in Fast Non-Volatile Memory},
booktitle = {1st Workshop on Interactions of NVM/Flash with Operating Systems and Workloads},
series = {INFLOW'13},
year = {2013},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/INFLOW2013BankShot.pdf}
}
%publisher = {SOSP'13},
@inproceedings{pipelinepar,
author = {MD Kamruzzaman and Steven Swanson and Dean Tullsen},
title = {Load-Balanced Pipeline Parallelism},
booktitle = {Proceedings of the Supercomputing '13},
year = {2013},
accept_rate = {20\%}
}
@inproceedings{mars,
author = {Joel Coburn and Trevor Bunker and Meir Shwarz and Rajesh K. Gupta and Steven Swanson},
title = {From {ARIES} to {MARS}:Transaction Support for Next-Generation Solid-State Drives},
booktitle = {Proceedings of the 24th International Symposium on Operating Systems Principles (SOSP)},
year = {2013},
accept_rate = {19\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/SOSP2013-MARS.pdf}
}
@ARTICLE{FlashPower,
author = {Mohan, V. and Bunker, T. and Grupp, L. and Gurumurthi, S. and Stan, M.R. and Swanson, S.},
journal = {Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on},
title = {Modeling Power Consumption of NAND Flash Memories Using FlashPower},
year = {2013},
volume = {32},
number = {7},
pages = {1031-1044},
keywords = {Analytical models;NAND Flash memory;power},
doi = {10.1109/TCAD.2013.2249557},
ISSN = {0278-0070},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TransOnCAD2013.pdf}
}
@PhdThesis{WaveScalarThesis,
author = {Steven Swanson},
title = {The WaveScalar Architecture},
school = {University of California, San Diego},
year = {2006},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/SwansonPhDThesis.pdf}
}
@PhdThesis{AdrianThesis,
author = {Adrian Caulfield},
title = {Moneta: A Storage System for Fast Non-Volatile Memories},
school = {University of California, San Diego},
year = {2013},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/AdrianThesis.pdf}
}
@PhdThesis{LauraThesis,
author = {Laura Caulfield},
title = {Symbiotic Solid State Drives: Management of Modern NAND Flash Memory},
school = {University of California, San Diego},
year = {2013},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/LauraThesis.pdf}
}
@article{classched,
author = {Fizzano, Perry and Swanson, Steven},
title = {Scheduling Classes on a College Campus},
journal = {Comput. Optim. Appl.},
issue_date = {Sept. 2000},
volume = {16},
number = {3},
month = sep,
year = {2000},
issn = {0926-6003},
pages = {279--294},
numpages = {16},
url = {http://dx.doi.org/10.1023/A:1008720430012},
doi = {10.1023/A:1008720430012},
acmid = {360403},
publisher = {Kluwer Academic Publishers},
address = {Norwell, MA, USA},
keywords = {approximation algorithm, assignment, bipartite matching, timetabling},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/COA2000ClassScheduling.pdf}
}
@inproceedings{Harey,
author = {Laura M. Grupp and John D. Davis and Steven Swanson},
title = {{The Harey Tortoise: Managing Heterogeneous Write Performance in SSDs}},
booktitle = {Proceedings of the 2013 USENIX Annual Technical Conference},
series = {USENIX ATC'13},
year = {2013},
numpages = {12},
pages = {1-12},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/USENIX2013Tortoise.pdf},
accept_rate = {14\%}
}
@inproceedings{QuickSAN,
author = {Adrian M. Caulfield and Steven Swanson},
title = "{QuickSAN: A Storage Area Network for Fast, Distributed, Solid State Disks}",
booktitle = "{ISCA '13: Proceeding of the 40th Annual International Symposium on Computer Architecture}",
month = {June},
year = {2013},
pages = {1-11},
location = "{Tel-Aviv, Israel}",
publisher = "{ACM}",
address = "{New York, NY, USA}",
accept_rate = {19\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ISCA2013QuickSan.pdf}
}
@ARTICLE{TCADVariability,
author = {Gupta, P. and Agarwal, Y. and Dolecek, L. and Dutt, N. and Gupta, R.K. and Kumar, R. and Mitra, S. and Nicolau, A. and Rosing, T.S. and Srivastava, M.B. and Swanson, S. and Sylvester, D.},
journal = {Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on}, title = {Underdesigned and Opportunistic Computing in Presence of Hardware Variability},
year = {2013},
month = {jan. },
volume = {32},
number = {1},
pages = {8-23},
keywords = {Ash;Benchmark testing;Hardware;Power demand;Power measurement;Software;Temperature measurement;integrated circuit design;integrated circuit reliability;integrated circuit yield;low-power electronics;computing machines;datasheet specifications;hardware variability;microelectronic circuits;opportunistic computing;power consumption;reliability parameters;sensing infrastructure;software interfaces;software stack;underdesigned computing;yield;Computer architecture;design automation;design for manufacture;digital integrated circuits;micro-procesors;reliability;system software;},
doi = {10.1109/TCAD.2012.2223467},
ISSN = {0278-0070},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TCADVariability2012.pdf}}
@inproceedings{minervaFCCM,
title = {Minerva: Accelerating Data Analysis in Next-Generation SSDs},
author = {Arup De and Maya Gokhale and Rajesh Gupta and Steven Swanson},
booktitle = {Proceedings of The 21st IEEE International Symposium on Field-Programmable Custom Computing Machines},
year = {2013},
pages = {1-8},
accept_rate = {17\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FCCM2013Minerva.pdf}
}
@INPROCEEDINGS{2013FCCMBunker,
author = {Trevor Bunker and Steven Swanson},
booktitle = {{Proceedings of the 21st Annual IEEE International Symposium on Field-Programmable Custom Computing Machines (FCCM 2013)}},
title = {{Latency-Optimized Networks for Clustering FPGAs}},
accept_rate = {17\%},
pages = {1-8},
year={2013},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FCCM2013Network.pdf}
}
@article{underclocked,
author = {kamruzzaman, Md and Swanson, Steven and Tullsen, Dean M.},
title = {Underclocked Software Prefetching: More Cores, Less Energy},
journal = {IEEE Micro},
issue_date = {July 2012},
volume = {32},
number = {4},
month = jul,
year = {2012},
issn = {0272-1732},
pages = {32--41},
numpages = {10},
url = {http://dx.doi.org/10.1109/MM.2012.54},
doi = {10.1109/MM.2012.54},
acmid = {2377489},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
keywords = {Prefetching,Iterative closest point algorithm,Power demand,Energy efficiency,Multicore processing,Power measurement,Voltage control,energy-efficient computing,Prefetching,Iterative closest point algorithm,Power demand,Energy efficiency,Multicore processing,Power measurement,Voltage control,intercore prefetching,helper-thread prefetching,frequency/voltage scaling,single-thread performance},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/IEEEMicroUnderclocked.pdf}
}
@inproceedings{powerfade,
title = {Underpowering NAND Flash: Profits and Perils},
pages = {1-6},
author = {Hung-Wei Tseng and Laura M. Grupp and Steven Swanson},
booktitle = {50th Design Automation Conference (DAC 2013)},
year = {2013},
accept_rate = {21.7\%},
month = {June},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/DAC2013PowerFade.pdf}
}
@TECHREPORT{Quill,
AUTHOR = {Louis Alex Eisner and Todor Mollov and Steven Swanson},
TITLE = {Quill: Exploiting Fast Non-Volatile Memory by Transparently Bypassing the File System},
NUMBER = {CS2013-0991},
INSTITUTION = {Department of Computer Science \& Engineering, University of California, San Diego},
ADDRESS = {},
ABSTRACT = {},
KEYWORDS = {},
NOTE = {},
MONTH = {Jan},
YEAR = {2013},
AUTHOR1_URL = {},
AUTHOR1_EMAIL = {},
PAGES = {},
FILE = {},
URL = {},
CONTACT = {},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR-cs2013-0991-Quill.pdf}
}
@inproceedings{Entropy,
author = {Keaton Mowery and Michael Wei and David Kohlbrenner and Hovav Shacham and Steven Swanson},
title = {Welcome to the Entropics: Boot-Time Entropy in Embedded Devices},
pages = {1-15},
year={2013},
booktitle = {IEEE Symposium on Security and Privacy (Oakland 2013)},
accept_rate = {12\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/Oakland2013EarlyEntropy.pdf}
}
@TECHREPORT{MARSTechReport,
AUTHOR = {Joel Coburn and Trevor Bunker and Rajesh K. Gupta and Steven Swanson},
TITLE = {From ARIES to MARS: Reengineering Transaction Management for Next-Generation, Solid-State Drives},
NUMBER = {CS2012-0981},
INSTITUTION = {Department of Computer Science \& Engineering, University of California, San Diego},
ADDRESS = {},
ABSTRACT = {},
KEYWORDS = {},
NOTE = {},
MONTH = {June},
YEAR = {2012},
AUTHOR1_URL = {},
AUTHOR1_EMAIL = {},
PAGES = {},
FILE = {},
URL = {},
CONTACT = {},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR-cs2012-0981-MARS.pdf}
}
@article{IEEEMICROCCore,
author = {Nathan Goulding-Hotta and Jack Sampson and Ganesh Venkatesh and Saturnino Garcia and Joeseph Auricchio and Po-Chao Huang and Manish Arora and Siddhartha Nath and Vikram Bhatt and Jonathan Babb and Steven Swanson and Michael Bedford Taylor},
journal = {Micro, IEEE},
title = {The GreenDroid Mobile Application Processor: An Architecture for Silicon's Dark Future},
year = {2011},
month = {march-april },
volume = {31},
number = {2},
pages = {86-95},
doi = {10.1109/MM.2011.18},
ISSN = {0272-1732},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/IEEEMicro2011GreenDroid.pdf}
}
@inproceedings{coalition,
author = {Md Kamruzzaman and Steven Swanson and Dean M. Tullsen},
title = {Coalition Threading: Combining Traditional and Non-Traditional Parallelism to Maximize Scalability},
booktitle = {Proceedings of the 21st International Conference on Parallel Architectures and Compilation Techniques},
year = {2012},
pages = {1-10},
accept_rate = {19\%},
Month = {September},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/PACT2012CoalitionThreading.pdf}
}
@inproceedings{ISIT2012,
author = {Ryan Gabrys and Eitan Yaakobi and Laura M. Grupp and Steven Swanson and Lara Dolecek},
title = {Tackling Intracell Variability in TLC Flash Through Tensor
Product Codes},
booktitle = {International Symposium on Information Theory},
series = {ISIT},
pages = {1-5},
year = {2012},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ISIT2012FlashVariability.pdf}}
@TECHREPORT{MingIITechReport,
AUTHOR = {Trevor Bunker and Michael Wei and Steven Swanson},
TITLE = {Ming II: A Flexible Platform for NAND Flash-based Research},
NUMBER = {CS2012-0978},
INSTITUTION = {Department of Computer Science \& Engineering, University of California, San Diego},
ADDRESS = {},
ABSTRACT = {},
KEYWORDS = {},
NOTE = {},
MONTH = {May},
YEAR = {2012},
AUTHOR1_URL = {},
AUTHOR1_EMAIL = {},
PAGES = {},
FILE = {},
URL = {},
CONTACT = {},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/2012MingIITechReport.pdf}
}
@inproceedings{FlashDeath,
author = {Grupp, Laura M. and Davis, John D. and Swanson, Steven},
title = {The Bleak Future of NAND Flash Memory},
booktitle = {Proceedings of the 10th USENIX conference on file and
storage technologies},
pages = {1-8},
series = {FAST'12},
year = {2012},
accept_rate = {19\%},
location = {San Jose, California},
publisher = {USENIX Association},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FAST2012BleakFlash.pdf}
}
@inproceedings{MonetaD,
author = {Adrian M. Caulfield and Todor I. Mollov and Louis Eisner and
Arup De and Joel Coburn and Steven Swanson},
title = "{Providing Safe, User Space Access to Fast, Solid State Disks}",
booktitle = "{Proceeding of the 17th international conference on Architectural support for programming languages and operating systems}",
month = {March},
year = {2012},
location = "{London, England}",
publisher = "{ACM}",
accept_rate = {14\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/Asplos2012MonetaD.pdf}
}
@inproceedings{ICNC12,
title = {Characterization and Error-Correcting Codes for TLC Flash Memories},
author = {Eitan Yaakobi and Laura Grupp and Paul H. Siegel and Steven Swanson and Jack K. Wolf},
booktitle = {International Conference on Computing, Networking and Communications, Data Storage Technology and Applications Symposium},
year = {2012},
accept_rate = {35\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/ICNC2012TLC.pdf}
}
@inproceedings{micro2011,
author = {Ganesh Venkatesh and John Sampson and Nathan Goulding and Sravanthi Kota Venkata and Steven Swanson and Michael Taylor},
title = {QsCores: Configurable Co-processors to Trade Dark Silicon for Energy Efficiency in a Scalable Manner},
booktitle = {Proceedings of The 44th International Symposium on Microarchitecture},
year = {2011},
pages = {1--12},
accept_rate = {21\%},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/Micro2011QASICS.pdf}
}
@inproceedings{allerton2011,
year={2011},
author = {Ryan Gabrys and Laura Grupp and Steven Swanson and Lara Dolecek},
title = {Tackling Temporal Variability in Multilevel Flash: New Error-Control Code Design and Architectural Validation},
booktitle = {Invited Talk, Forty-Ninth Annual Allerton Conference}
}
@techreport{grind,
title = "Destroying Flash Memory-Based Storage Devices",
number = "cs2011-0968",
author = "Steven Swanson",
year={2011},
institution = "Unviersity of California, San Diego Computer Science \& Engineering",
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR-cs2011-0968-Grind.pdf}
}
@inproceedings{sampson2011FPL,
title = {An Evaluation of Selective Depipelining for FPGA-based Energy-Reducing Irregular Code Coprocessors},
author = {Jack Sampson and Manish Arora and Nathan Goulding-Hotta and Ganesh Venkatesh and Jonathan Babb and Vikram Bhatt and Steven Swanson and Michael Bedford Taylor},
booktitle = {2011 International Conference on Field Programmable Logic and Applications},
month = {September},
year = {2011},
organization = {IEEE},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FPL2011Selective.pdf},
}
@MastersThesis{OnyxThesis,
author = {Ameen Akel},
title = {Onyx: A Phase-Change Memory Storage Array},
school = {University of California, San Diego},
year = {2011},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/OnyxThesis.pdf}
}
@PhdThesis{NVHeapsARIESThesis,
author = {Joel Coburn},
title = {Providing Fast and Safe Access to Next-Generation, Non-Volatile Memories},
school = {University of California, San Diego},
year = {2012},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/NVHeapsARIESThesis.pdf}
}
@inproceedings{Onyx,
author = {Ameen Akel and Adrian M. Caulfield and Todor I. Mollov and Rajesh K. Gupta and Steven Swanson},
title = {Onyx: A Prototype Phase-Change Memory Storage Array},
booktitle = {Proceedings of the 3rd USENIX conference on Hot topics in storage and file systems},
series = {HotStorage'11},
year = {2011},
pages = {1-5},
location = {Portland, OR},
publisher = {USENIX Association},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/HotStorage2011-Onyx.pdf},
accept_rate = {17.5\%}
}
%address = {Berkeley, CA, USA},
@ARTICLE{IEEEComm2011,
author = {Steven Swanson and Michael Bedford Taylor},
journal = {Communications Magazine, IEEE}, title = {GreenDroid: Exploring the next evolution in smartphone application processors},
year = {2011},
month = {April},
volume = {49},
number = {4},
pages = {112-119},
keywords = {},
doi = {10.1109/MCOM.2011.5741155},
ISSN = {0163-6804},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/IEEEComm2011GreenDroid.pdf}
}
@inproceedings{TRUST2011,
booktitle = {Proceedings of the 4th International Conference on Trust and Trustworthy Computing},
author = {Pravin Prabhu and Ameen Akel and Laura Grupp and Wing-Key Yu and G. Edward Suh and Edwin Kan and Steven Swanson},
title = {Extracting Device Fingerprints from Flash Memory by Exploiting Physical Variations},
year = 2011,
pages = {1-17},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TRUST2011FPUFs.pdf},
accept_rate = {46\%}
}
@article{FCCM2011,
author = {Manish Arora and Jack Sampson and Nathan Goulding-Hotta and Jonathan Babb and Ganesh Venkatesh and Michael Bedford Taylor and Steven Swanson},
title = {Reducing the Energy Cost of Irregular Code Bases in Soft Processor Systems},
journal ={Field-Programmable Custom Computing Machines, Annual IEEE Symposium on},
volume = {0},
isbn = {978-0-7695-4301-7},
year = {2011},
pages = {210-213},
doi = {http://doi.ieeecomputersociety.org/10.1109/FCCM.2011.45},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/FCCM2011ICERS.pdf},
accept_rate = {35\%}
}
@techreport{safe,
title = "SAFE: Fast, Verifiable Sanitization for SSDs",
year={2011},
number = "cs2011-0963",
author = "Michael Wei and Steven Swanson",
institution = "Unviersity of California, San Diego Computer Science \& Engineering",
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/TR-cs2011-0963-Safe.pdf}
}
@inproceedings{poweroff,
title = {Understanding the Impact of Power Loss on Flash Memory},
author = {Hung-Wei Tseng and Laura M. Grupp and Steven Swanson},
booktitle = {48th Design Automation Conference (DAC 2011)},
year = {2011},
month = {June},
pages = {1-6},
www_pdf_url = {http://cseweb.ucsd.edu/users/swanson/papers/DAC2011PowerCut.pdf},
accept_rate = {23\%}
}
@inproceedings{ecocores,
title = {Efficient Complex Operators for Irregular Codes},
author = {Jack Sampson and Ganesh Venkatesh and Nathan Goulding and Saturnino Garcia and Steven Swanson and Michael Bedford Taylor},
booktitle = {Proceedings of the 17th IEEE International Symposium on High-Performance Computer
Architecture Conference (HPCA 17)},
year = {2011},
pages = {1-12},