-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
392 lines (330 loc) · 16.1 KB
/
index.html
File metadata and controls
392 lines (330 loc) · 16.1 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Boston (and Beyond) Area Architecture 2021 Workshop" name="description">
<title>BARC 2021</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400|Lato:300" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="barc.css">
<!-- Show/Hide functionality -->
<script>
function show_only(id) {
$("div.content-section").hide();
$("div#"+id).show();
}
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="javascript:void(0)" onclick='show_only("home")'>BARC 2021</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href='javascript:void(0)' onclick='show_only("program")'>Program</a></li>
<li><a href='javascript:void(0)' onclick='show_only("registration")'>Registration</a></li>
<li><a href='javascript:void(0)' onclick='show_only("abstracts")'>Call for Abstracts</a></li>
<li><a href='javascript:void(0)' onclick='show_only("directions")'>Directions</a></li>
<!-- <li><a href='javascript:void(0)' onclick='show_only("contacts")'>Contacts</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Previous BARCs<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://groups.csail.mit.edu/cag/barc2003/">2003</a></li>
<li><a href="https://ece.northeastern.edu/groups/nucar/barc2004/">2004</a></li>
<li><a href="https://web.archive.org/web/20080406082116/http://www.lems.brown.edu/~iris/BARC2005/Webpage/index.htm">2005 </a></li>
<li><a href="https://www.ele.uri.edu/barc2006/">2006</a></li>
<li><a href="https://web.archive.org/web/20150122094650/http://www.bu.edu/barc2007/index.htm">2007</a></li>
<li><a href="https://web.archive.org/web/20170326150722/http://www.bu.edu/barc2015/index.htm">2015 </a></li>
<li><a href="http://www.ece.neu.edu/groups/nucar/barc2016/">2016</a></li>
<li><a href="http://bostonarch.github.io/2017/">2017</a></li>
<li><a href="https://bostonarch.github.io/2018/">2018</a></li>
<li><a href="https://bostonarch.github.io/2019/">2019</a></li>
<li><a href="https://bostonarch.github.io/2020/">2020</a></li>
<li>---</li>
<li><a href="https://bostonarch.github.io/2022/"><i>2022</i></a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Content Sections -->
<div class="container" id="main">
<!-- Home -->
<div class="content-section container" id="home">
<div class="banner">
<h1>BARC 2021</h1>
<h2>Boston (and Beyond) Area Architecture Workshop</h2>
<p>Friday, January 29, 2021<br>
Online</p>
<hr>
<h3>Updates:</h3>
<p>The <a href='javascript:void(0)' onclick='show_only("program")'>Program</a> is now available.</p>
<!-- <p>If you have not already registered, please do so as soon as possible: <a href="https://barc2018.eventbrite.com">registration</a></p> -->
</div>
</div>
<!-- Program -->
<div class="content-section container" id="program">
<h3>Presentation Schedule</h3>
<h5>
<!-- Morning session starts at 9AM at https://mit.zoom.us/j/98053942371<br></b>
Afternoon session starts at 1PM at https://mit.zoom.us/j/93979355599<br></b>
Tutorial starts at 4PM at https://mit.zoom.us/j/96193004619<br></b>
J-Core AMA starts at 5PM at https://mit.zoom.us/j/97731992575<br></b> -->
All times EST.</h5>
<table class="table table-striped program-table">
<tr><td><div class="program-time">
8:45-9:00
<div class="program-time"></td>
<td><div class="program-author">
Welcome / Morning Session<br>
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
9:00-9:30
<div class="program-time"></td>
<td><div class="program-author">
Olof Kindgren
</div><div class="program-title">
SERV : The World’s Smallest RISC-V (AMA)
</div></td></tr>
<tr><td><div class="program-time">
9:30–10:00
<div class="program-time"></td>
<td><div class="program-author">
Anne Elster
</div><div class="program-title">
The European Factor: Europe´s Impact on Computing & Processors
</div></td></tr>
<tr><td><div class="program-time">
10:00–10:30
<div class="program-time"></td>
<td><div class="program-author">
Xi Wang, Brody Williams and Nathan Stoddard
</div><div class="program-title">
xBGAS: Extended Base Global Address Space for High Performance Computing [<a href="presentations/xBGAS_BARC21- Xi Wang, Brody Williams.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
10:30-11:00
<div class="program-time"></td>
<td><div class="program-author">
Theodore Omtzigt and Peter Marosan
</div><div class="program-title">
Introducing the Cambridge Architecture
</div></td></tr>
<tr><td><div class="program-time">
11:00-11:30
<div class="program-time"></td>
<td><div class="program-author">
Pantea Kiaei, Yuan Yao and Patrick Schaumont
</div><div class="program-title">
Real-time Detection and Adaptive Mitigation of Power-based Side-Channel Leakage in SoC [<a href="presentations/BARC2021.pdf">Paper</a>]
</div></td></tr>
<tr><td><div class="program-time">
11:30-12:00
<div class="program-time"></td>
<td><div class="program-author">
Xinfei Guo
</div><div class="program-title">
Cross-layer Codesign for Resilient Hardware [<a href="presentations/Xinfei Guo_BARC2021.pdf">Presentation</a>] [<a href="presentations/BARC_2021.pdf">Paper</a>]
</div></td></tr>
<tr><td><div class="program-time">
12:00-12:30
<div class="program-time"></td>
<td><div class="program-author">
Ron Minnich
</div><div class="program-title">
Building small stateless network-controlled appliances with linuxboot and Plan 9's cpu command [<a href="presentations/U-root CPU command.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
12:30-1:00
<div class="program-time"></td>
<td><div class="program-author">
Lunch/ Discussion<br>
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
1:00-1:30
<div class="program-time"></td>
<td><div class="program-author">
Udit Gupta, Young Geun Kim, Sylvia Lee, Jordan Tse, Hsien-Hsin S. Lee, Gu-Yeon Wei, David Brooks and Carole-Jean Wu</div><div class="program-title">
</div><div class="program-title">
Illuminating the Elusive Carbon Footprint of Computing [<a href="https://arxiv.org/abs/2011.02839">Paper</a>]
</div></td></tr>
<tr><td><div class="program-time">
1:30-2:00
<div class="program-time"></td>
<td><div class="program-author">
Connor Kenyon, Glenn Volkema and Gaurav Khanna
</div><div class="program-title">
Overcoming Limitations of GPGPU-Computing in Scientific Applications [<a href="https://arxiv.org/abs/1905.05175">Paper</a>]
</div></td></tr>
<tr><td><div class="program-time">
2:00–2:30
<div class="program-time"></td>
<td><div class="program-author">
Casey Nelson, R. Iris Bahar and Tamara Lehman
</div><div class="program-title">
Investigating the Potential for Near Data Processing to Reduce Secure Memory Overheads [<a href="presentations/BARC_Presentation.pdf">Presentation</a>] [<a href="presentations/BARC_abstract.pdf">Paper</a>]
</div></td></tr>
<tr><td><div class="program-time">
2:30–3:00
<div class="program-time"></td>
<td><div class="program-author">
Trinayan Baruah, Yifan Sun, Ali Tolga Dincer, Saiful A Mojumder, José L Abellán, Yash Ukidave, Ajay Joshi, Norman Rubin, John Kim and David Kaeli
</div><div class="program-title">
Griffin: Hardware-Software Support for Efficient Page Migration in Multi-GPU Systems
</div></td></tr>
<tr><td><div class="program-time">
3:00–3:30
<div class="program-time"></td>
<td><div class="program-author">
Samuel Hsia, Mark Wilkening, Udit Gupta, Caroline Trippel, Carole-Jean Wu, David Brooks and Gu-Yeon Wei
</div><div class="program-title">
Cross-Stack Characterization and Solid State Drive-Based Near Data Processing for Recommendation Workloads [<a href="presentations/Sam and Mark BARC Slides v2.pdf">Presentation</a>] [<a href="presentations/Sam Hsia Paper.pdf">Paper</a>]
[<a href="https://arxiv.org/abs/2010.05037">arXiv</a>]
</div></td></tr>
<tr><td><div class="program-time">
3:30–4:00
<div class="program-time"></td>
<td><div class="program-author">
Samuel Thomas, Tamara Lehman, R. Iris Bahar and Joseph Izraelevitz
</div><div class="program-title">
Partial Recovery of Secure Non-Volatile Main Memories [<a href="presentations/BARC21.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
4:00–5:00
<div class="program-time"></td>
<td><div class="program-author">
Steven Hoover
</div><div class="program-title">
Tutorial: Transaction-Level Verilog and its Ecosystem [<a href="presentations/TL-Verilog for BARC 2021.pdf">Presentation</a>] [<a href="https://bit.ly/3oIm8yk">Video</a>]
</div></td></tr>
<tr><td><div class="program-time">
5:00–6:00
<div class="program-time"></td>
<td><div class="program-author">
Rob Landley, D. Jeff Dionne
</div><div class="program-title">
Why the J-core Open Processor is Cool (AMA) [<a href="presentations/J-Core BARC Talk Jan 2021.pdf">Presentation</a>] [<a href="https://bit.ly/3rntskF">Video</a>]
</div></td></tr>
<!-- Break -->
</table>
</div>
<!-- Registration -->
<div class="content-section container" id="registration">
<h2>Registration</h2>
<p>
Registration is not required this year.
<ul>
<li>Industry participants: FREE (No registration required)</li>
<li>Academic participants: FREE (No registration required)</li>
<!-- <li>Students: FREE (Student registrations must be sponsored by a faculty member.)</li>-->
</ul>
</p>
<p>
<!-- <a href="https://barc2018.eventbrite.com/">Registration site is under construction.</a>-->
</p>
</div>
<!-- Call for Abstracts -->
<div class="content-section container" id="abstracts">
<h2>Call for Abstracts</h2>
<h3>Scope:</h3>
<p>
The goal of BARC is to provide a forum for computer architects in the Greater Boston area and beyond to get together and present/discuss the 'latest and greatest' in the area of computer architecture. Papers are being sought on many aspects of computer architecture, including (but not limited to):<br>
<li>Microarchitecture</li>
<li>Multicore/manycore processors</li>
<li>GPUs</li>
<li>Memory systems</li>
<li>I/O</li>
<li>Networking and communication</li>
<li>Low power</li>
<li>Adaptive and hybrid systems</li>
<li>Architectures based on emerging technologies</li>
<li>Accelerator-based architectures</li>
<li>Embedded processing</li>
<li>Performance evaluation techniques</li>
</p>
<h3>Important Dates:</h3>
<p class="plain">
Deadline Extended <del>January 15, 2021</del><br/>
Abstract Submission Deadline: January 22, 2021<br/>
Author Notification: January 23, 2021<br/>
Workshop Date: Friday, January 29, 2021
</p>
</p>
<h3>Submissions:</h3>
<p>
We invite abstracts, two pages or shorter, for consideration for presentation at BARC 2021. We will also have a session of lightning talks - you should denote a lightning round talk in your title as "Lightning Round". Authors may present work they have already published elsewhere, or plan to publish in the future. We welcome participation from those outside of the Greater Boston area.
<br>
<br>
Please submit your abstract (in PDF format) using EasyChair:<br>
<a href="https://easychair.org/conferences/?conf=barc2021">https://easychair.org/conferences/?conf=barc2021.</a>
<!-- <a href="https://easychair.org/conferences/?conf=barc2016">https://easychair.org/conferences/?conf=barc2018.</a> -->
<br>
<br>
Abstracts will be accepted for a Zoom presentation or a YouTube with live chat option.
<br>
<br>
For questions, contact <a href="mailto:klk@mit.edu">Kurt Keville</a> or
<a href="mailto:jgyllinsky@my.uri.edu">
Josh Gyllinsky</a>.
</p>
</div>
<!-- Author Info -->
<div class="content-section container" id="author-info">
The final manuscripts of all accepted abstracts will be posted on the BBARC 2021 website. Please use the following guidelines for preparing the final manuscript:
<ul>
<li>Manuscript should be two-pages long.</li>
<li>Text should use two column format.</li>
<li>One-inch margin should be left on all sides.</li>
<li>Using at least a 10-pt font is recommended.</li>
<li>Submissions should be in PDF format.</li>
</ul>
The technical program of BARC 2018 includes both oral presentations and poster presentations. Each oral presentation will be 20 minutes long (including Q&A). Poster authors should print their posters and bring to the workshop. The size of the posters can be up to 8'x4'.
</div>
<!-- Directions -->
<div class="content-section container" id="directions">
<h2>Directions</h2>
<p>
BARC 2021 will be held virtually. Login info TBD.
</p>
<div class="embed-responsive embed-responsive-4by3">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d39377513.73853454!2d-101.67136979999998!3d35.603718740697516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e1!3m2!1sen!2sus!4v1608757220802!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div> <!-- container -->
</div> <!-- content sections -->
<!-- Bootstrap's javascript plugins -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88755313-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>