-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
403 lines (337 loc) · 16.1 KB
/
index.html
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
<!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 Area Architecture 2022 Workshop" name="description">
<title>BARC 2022</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 2022</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><a href="https://bostonarch.github.io/2021/">2021</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 2022</h1>
<h2>Boston Area Architecture Workshop</h2>
<p>Friday, January 28, 2022<br>
Online</p>
<hr>
<h3>Updates:</h3>
<p><a href='javascript:void(0)' onclick='show_only("program")'>The 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 9:30AM at <a href="https://uri-edu.zoom.us/j/98397317454?pwd=djQ4d3RhS3lycTJ0K3YzUFNna2JJQT09">https://uri-edu.zoom.us/j/98397317454?pwd=djQ4d3RhS3lycTJ0K3YzUFNna2JJQT09</a><p></b>
Afternoon session starts at 1PM at <a href="https://mit.zoom.us/j/93979355599">https://mit.zoom.us/j/93979355599</a><p></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>
<p>The program, including the schedule, can be downloaded <a href="./BARC_2021_Program_01-29-21.pdf">here</a>.</p> -->
<p>Please refresh this page often. We will make the presentations available as we receive them.</p>
<br> All times EST.</h5>
<table class="table table-striped program-table">
<tr><td><div class="program-time">
9:30–9:40
<div class="program-time"></td>
<td><div class="program-author">
Welcome / Morning Session
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
9:40–10:00
<div class="program-time"></td>
<td><div class="program-author">
Kiran Thakur
</div><div class="program-title">
Quantum Computation in Semiconductor Qubits
</div></td></tr>
<tr><td><div class="program-time">
10:00–10:20
<div class="program-time"></td>
<td><div class="program-author">
Samuel Thomas, Jiwon Choe, Ofir Gordon, Erez Petrank, Tali Moreshet, Maurice Herlihy and R. Iris Bahar
</div><div class="program-title">
A Performance Study of Near-Memory Processing Under Garbage Collection
</div></td></tr>
<tr><td><div class="program-time">
10:20-10:40
<div class="program-time"></td>
<td><div class="program-author">
Cansu Demirkiran, Furkan Eris, Gongyu Wang, Jonathan Elmhurst, Nick Moore, Nicholas C. Harris, Ayon Basumallik, Vijay Janapa Reddi, Ajay Joshi and Darius Bunandar</div>
<div class="program-title">
An Electro-Photonic System for Accelerating Deep Neural Networks
</div></td></tr>
<tr><td><div class="program-time">
10:40-10:50
<div class="program-time"></td>
<td><div class="program-author">
Break
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
10:50-11:10
<div class="program-time"></td>
<td><div class="program-author">
Ben Burnett
</div><div class="program-title">
Mixed Precision Runge-Kutta methods using Half Precision on the A64FX Processor [<a href="./BARC25.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
11:10-11:30
<div class="program-time"></td>
<td><div class="program-author">
Pouya Haghi, Cheng Tan, Tong Geng, Anqi Guo, Chunshu Wu, Derek Schafer, Ang Li, Anthony Skjellum and Martin Herbordt
</div><div class="program-title">
Reconfigurable Smart Switches to Accelerate High Performance Computing Applications
</div></td></tr>
<tr><td><div class="program-time">
11:30-11:40
<div class="program-time"></td>
<td><div class="program-author">
Break<br>
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
11:40-12:00
<div class="program-time"></td>
<td><div class="program-author">
Michael Beebe, Brody Williams, John Leidel, Xi Wang, David Donofrio, and Yong Chen
</div><div class="program-title">
CircusTent: A Tool for Understanding the Performance of Atomic Memory Operations [<a href="./BARC22.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
12:00-12:20
<div class="program-time"></td>
<td><div class="program-author">
Yao Xu
</div><div class="program-title">
The Use of Split Processes in Virtualizing the Access to Hardware Resources [<a href="./BARC21.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
12:20–12:30
<div class="program-time"></td>
<td><div class="program-author">Break
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
12:30-1:00
<div class="program-time"></td>
<td><div class="program-author">
Jason Riedy
</div><div class="program-title">
Programming on the Lucata data-first architecture [<a href="./BARC23.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
Lightning Talks (Under Construction)
<div class="program-time"></td>
<td><div class="program-author">
</div><div class="program-title">
</div></td></tr>
<tr><td><div class="program-time">
Unattended
<div class="program-time"></td>
<td><div class="program-author">
Guarav Mitra
</div><div class="program-title">
Development and application of a
hybrid programming environment on an ARM/DSP system
for High Performance Computing [<a href="./BARC24.pdf">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
Unattended
<div class="program-time"></td>
<td><div class="program-author">
Shawn Hymel
</div><div class="program-title">
Introduction to FPGA Part 11 - RISC-V Softcore Processor
[<a href="https://www.youtube.com/watch?v=gJno9TloDj8">Presentation</a>]
</div></td></tr>
<tr><td><div class="program-time">
2021 Dresselhaus Lecture, MIT.nano
<div class="program-time"></td>
<td><div class="program-author">
Jelena Vučković (Stanford)
</div><div class="program-title">
Inverse designed photonics: Are computers better than humans in designing photonics?
[<a href="https://www.youtube.com/watch?v=fWZAwMJnoiA">Video</a>]
</div></td></tr>
<tr><td><div class="program-time">
Unattended
<div class="program-time"></td>
<td><div class="program-author">
ARM Inc.
</div><div class="program-title">
Morello Board available for testing
[<a href="https://www.arm.com/company/news/2022/01/morello-research-program-hits-major-milestone-with-hardware-now-available-for-testing">Announcement</a>]
</div></td></tr>
<tr><td><div class="program-time">
Poll
<div class="program-time"></td>
<td><div class="program-author">
</div><div class="program-title">
[<a href="https://tinyurl.com/SClocationPoll">Where do you think IEEE SC23 will be?</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 and co-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>
<li>Hardware Description Languages and Techniques</li>
<li>Hardware Security and Trust</li>
</p>
<h3>Important Dates:</h3>
<p class="plain">
Deadline Extended <del>January 14, 2022</del><br/>
Abstract Submission Deadline: January 21, 2022<br/>
Author Notification: January 23, 2022<br/>
Workshop Date: Friday, January 28, 2022
</p>
</p>
<h3>Submissions:</h3>
<p>
We invite abstracts, two pages or shorter, for consideration for presentation at BARC 2022. 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=barc2022">https://easychair.org/conferences/?conf=barc2022.</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:[email protected]">Kurt Keville</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 BARC 2022 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 2022 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 2022 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>