-
Notifications
You must be signed in to change notification settings - Fork 5
/
bibliography.bib
236 lines (217 loc) · 10.9 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
@inproceedings{alam2019,
title = {A Zero-Positive Learning Approach for Diagnosing Software Performance Regressions},
author = {Alam, Mejbah and Gottschlich, Justin and Tatbul, Nesime and Turek, Javier S and Mattson, Tim and Muzahid, Abdullah},
booktitle = {Advances in Neural Information Processing Systems 32},
pages = {11627--11639},
year = {2019},
publisher = {Curran Associates, Inc.},
annote = {CATEGORY=Computer Architecture,Performance Counters;TYPE=Anomaly Detection;STRATEGIES=Autoencoders},
}
@incollection{chen2018,
title = {Learning to Optimize Tensor Programs},
author = {Chen, Tianqi and Zheng, Lianmin and Yan, Eddie and Jiang, Ziheng and Moreau, Thierry and Ceze, Luis and Guestrin, Carlos and Krishnamurthy, Arvind},
booktitle = {Advances in Neural Information Processing Systems 31},
pages = {3389--3400},
year = {2018},
publisher = {Curran Associates, Inc.},
annote = {CATEGORY=Compilers,Optimizations;TYPE=Optimization;STRATEGIES=Supervised Learning,Transfer Learning,Gradient Boosted Trees,TreeGRU},
}
@inproceedings{delimitrou2013,
title = {Paragon: QoS-Aware Scheduling for Heterogeneous Datacenters},
author = {Delimitrou, Christina and Kozyrakis, Christos},
year = {2013},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {77-–88},
numpages = {12},
location = {Houston, Texas, USA},
series = {ASPLOS '13}
annote = {CATEGORY=Computer Systems,Scheduling;TYPE=Extrapolation;STRATEGIES=Collaborative Filtering},
}
@inproceedings{delimitrou2014,
title = {Quasar: Resource-Efficient and QoS-Aware Cluster Management},
author = {Delimitrou, Christina and Kozyrakis, Christos},
year = {2014},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {127-–144},
numpages = {18},
location = {Salt Lake City, Utah, USA},
series = {ASPLOS '14},
annote = {CATEGORY=Computer Systems,Scheduling;TYPE=Extrapolation;STRATEGIES=Collaborative Filtering},
}
@inproceedings{feng2019,
title = {PES: Proactive Event Scheduling for Responsive and Energy-Efficient Mobile Web Computing},
author = {Feng, Yu and Zhu, Yuhao},
year = {2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 46th International Symposium on Computer Architecture},
pages = {66--78},
numpages = {13},
location = {Phoenix, Arizona},
series = {ISCA '19},
annote = {CATEGORY=Computer Systems,Scheduling;TYPE=Forecasting;STRATEGIES=Logistic Regression},
}
@inproceedings{hashemi2018,
title = {Learning Memory Access Patterns},
author = {Hashemi, Milad and Swersky, Kevin and Smith, Jamie and Ayers, Grant and Litz, Heiner and Chang, Jichuan and Kozyrakis, Christos and Ranganathan, Parthasarathy},
booktitle = {Proceedings of the 35th International Conference on Machine Learning},
pages = {1919--1928},
year = {2018},
volume = {80},
series = {Proceedings of Machine Learning Research},
address = {Stockholmsmässan, Stockholm Sweden},
month = {10--15 Jul},
publisher = {PMLR},
annote = {CATEGORY=Computer Architecture,Speculation;TYPE=Forecasting;STRATEGIES=Supervised Learning,LSTMs,Clustering},
}
@inproceedings{jimenez2001,
title = {Dynamic branch prediction with perceptrons},
author = {Jimenez, Daniel A. and Lin, Calvin},
booktitle = {Proceedings HPCA Seventh International Symposium on High-Performance Computer Architecture},
year = {2001},
pages = {197-206},
annote = {CATEGORY=Computer Architecture,Speculation;TYPE=Forecasting;STRATEGIES=Supervised Learning,Perceptrons},
}
@misc{kaufman2020,
title = {A Learned Performance Model for the Tensor Processing Unit},
author = {Samuel J. Kaufman and Phitchaya Mangpo Phothilimthana and Yanqi Zhou and Mike Burrows},
year = {2020},
eprint = {2008.01040},
archivePrefix = {arXiv},
primaryClass = {cs.PF},
annote = {CATEGORY=Compilers,Performance Models;TYPE=Extrapolation,Forecasting;STRATEGIES=Supervised Learning,Graph Neural Networks},
}
@inproceedings{kraska2018,
title = {The Case for Learned Index Structures},
author = {Kraska, Tim and Beutel, Alex and Chi, Ed H. and Dean, Jeffrey and Polyzotis, Neoklis},
year = {2018},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 2018 International Conference on Management of Data},
pages = {489-–504},
numpages = {16},
location = {Houston, TX, USA},
annote = {CATEGORY=Databases,Index Structures;TYPE=Forecasting;STRATEGIES=Supervised Learning,Neural Networks},
}
@inproceedings{lujing2020,
title = {Learned Garbage Collection},
author = {Cen, Lujing and Marcus, Ryan and Mao, Hongzi and Gottschlich, Justin and Alizadeh, Mohammad and Kraska, Tim},
year = {2020},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 4th ACM SIGPLAN International Workshop on Machine Learning and Programming Languages},
pages = {38–-44},
numpages = {7},
location = {London, UK},
annote = {CATEGORY=Language Runtime Systems,Memory Management;TYPE=Discovery;STRATEGIES=Reinforcement Learning},
}
@inproceedings{maas2020,
title = {Learning-Based Memory Allocation for C++ Server Workloads},
author = {Maas, Martin and Andersen, David G. and Isard, Michael and Javanmard, Mohammad Mahdi and McKinley, Kathryn S. and Raffel, Colin},
year = {2020},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the Twenty-Fifth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {541--556},
numpages = {16},
location = {Lausanne, Switzerland},
series = {ASPLOS ’20}
annote = {CATEGORY=Language Runtime Systems,Memory Management;TYPE=Extrapolation,Forecasting;STRATEGIES=Supervised learning,LSTMs},
}
@inproceedings{mao2019,
title = {Learning Scheduling Algorithms for Data Processing Clusters},
author = {Mao, Hongzi and Schwarzkopf, Malte and Venkatakrishnan, Shaileshh Bojja and Meng, Zili and Alizadeh, Mohammad},
year = {2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the ACM Special Interest Group on Data Communication},
pages = {270–-288},
numpages = {19},
location = {Beijing, China},
series = {SIGCOMM '19},
annote = {CATEGORY=Computer Systems,Scheduling;TYPE=Discovery;STRATEGIES=Reinforcement Learning},
}
@inproceedings{mendis2019,
title = {Ithemal: Accurate, Portable and Fast Basic Block Throughput Estimation using Deep Neural Networks},
author = {Mendis, Charith and Renda, Alex and Amarasinghe, Saman and Carbin, Michael},
year = {2019},
pages = {4505--4515},
booktitle = {ICML},
annote = {CATEGORY=Compilers,Performance Models;TYPE=Extrapolation,Forecasting;STRATEGIES=Supervised Learning,LSTMs},
}
@incollection{mendis2019b,
title = {Compiler Auto-Vectorization with Imitation Learning},
author = {Mendis, Charith and Yang, Cambridge and Pu, Yewen and Amarasinghe, Dr.Saman and Carbin, Michael},
booktitle = {Advances in Neural Information Processing Systems 32},
pages = {14625--14635},
year = {2019},
publisher = {Curran Associates, Inc.},
annote = {CATEGORY=Compilers,Optimizations;TYPE=Discovery,Optimization;STRATEGIES=Imitation Learning,Graph Neural Networks},
}
@inproceedings{mirhoseini2017,
title = {Device Placement Optimization with Reinforcement Learning},
author = {Mirhoseini, Azalia and Pham, Hieu and Le, Quoc V. and Steiner, Benoit and Larsen, Rasmus and Zhou, Yuefeng and Kumar, Naveen and Norouzi, Mohammad and Bengio, Samy and Dean, Jeff},
year = {2017},
publisher = {JMLR.org},
booktitle = {Proceedings of the 34th International Conference on Machine Learning - Volume 70},
pages = {2430–-2439},
numpages = {10},
location = {Sydney, NSW, Australia},
series = {ICML'17}
annote = {CATEGORY=Computer Systems,Scheduling;TYPE=Optimization;STRATEGIES=Reinforcement Learning,LSTMs},
}
@misc{mirhoseini2020,
title = {Chip Placement with Deep Reinforcement Learning},
author = {Azalia Mirhoseini and Anna Goldie and Mustafa Yazgan and Joe Jiang and Ebrahim Songhori and Shen Wang and Young-Joon Lee and Eric Johnson and Omkar Pathak and Sungmin Bae and Azade Nazi and Jiwoo Pak and Andy Tong and Kavya Srinivasa and William Hang and Emre Tuncer and Anand Babu and Quoc V. Le and James Laudon and Richard Ho and Roger Carpenter and Jeff Dean},
year = {2020},
eprint = {2004.10746},
archivePrefix = {arXiv},
primaryClass = {cs.LG}
annote = {CATEGORY=Computer Architecture,Hardware Design;TYPE=Optimization;STRATEGIES=Reinforcement Learning},
}
@inproceedings{song2020,
title = {Learning Relaxed Belady for Content Distribution Network Caching},
author = {Zhenyu Song and Daniel S. Berger and Kai Li and Wyatt Lloyd},
booktitle = {17th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 20)},
address = {Santa Clara, CA},
pages = {529--544},
publisher = {{USENIX} Association},
annote = {CATEGORY=Computer Systems,Storage Systems;TYPE=Discovery;STRATEGIES=Imitation Learning},
}
@inproceedings{yu2019,
title = {Seer: Leveraging Big Data to Navigate the Complexity of Performance Debugging in Cloud Microservices},
author = {Gan, Yu and Zhang, Yanqi and Hu, Kelvin and Cheng, Dailun and He, Yuan and Pancholi, Meghna and Delimitrou, Christina},
year = {2019},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {19–-33},
numpages = {15},
location = {Providence, RI, USA},
series = {ASPLOS '19},
annote = {CATEGORY=Computer Systems,Distributed Systems;TYPE=Anomaly Detection;STRATEGIES=Supervised learning,LSTMS},
}
@inproceedings{zongheng2019,
title = {Deep Unsupervised Cardinality Estimation},
author = {Yang, Zongheng and Liang, Eric and Kamsetty, Amog and Wu, Chenggang and Duan, Yan and Chen, Xi and Abbeel, Pieter and Hellerstein, Joseph M. and Krishnan, Sanjay and Stoica, Ion},
year = {2019},
issue_date = {November 2019},
publisher = {VLDB Endowment},
volume = {13},
number = {3},
journal = {Proc. VLDB Endow.},
pages = {279-–292},
numpages = {14}
annote = {CATEGORY=Databases,Query Optimization;TYPE=Forecasting;STRATEGIES=Autoregressive Models},
}
@inproceedings{zhou2019,
title = {Multi-Task Learning for Storage Systems},
author = {Giulio Zhou and Martin Maas},
booktitle = {Workshop on ML for Systems at NeurIPS 2019},
address = {Vancouver, Canada},
annote = {CATEGORY=Computer Systems,Storage Systems;TYPE=Extrapolation;STRATEGIES=Supervised learning,Transformers,Multi-Task Learning}
}