-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
362 lines (342 loc) · 14.3 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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>MSC2024</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="SMC, ESWEEK" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- //js -->
<!-- animation-effect -->
<link href="css/animate.min.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- //animation-effect -->
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link
href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic'
rel='stylesheet' type='text/css'>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".scroll").click(function (event) {
event.preventDefault();
$('html,body').animate({ scrollTop: $(this.hash).offset().top }, 1000);
});
});
</script>
<!-- start-smoth-scrolling -->
</head>
<body>
<!-- header -->
<div class="header">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a style="position: absolute;top:25px;" href="index.html"><img width="130px"
src="images/msclogo2024.png"></img></a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="menu menu--francisco">
<ul class="nav navbar-nav menu__list">
<li class="menu__item menu__item--current"><a href="index.html" class="menu__link"><span
class="menu__helper">About</span></a></li>
<li class="menu__item"><a href="cfp.html" class="menu__link"><span class="menu__helper">Call
for Papers</span></a></li>
<li class="menu__item"><a href="cfis.html" class="menu__link"><span class="menu__helper">Call
for Invited Speakers</span></a></li>
<li class="menu__item"><a href="program.html" class="menu__link"><span
class="menu__helper">Program</span></a></li>
<li class="menu__item"><a href="registration.html" class="menu__link"><span
class="menu__helper">Registration</span></a></li>
<li class="menu__item"><a href="committee.html" class="menu__link"><span
class="menu__helper">Committee</span></a></li>
<li class="menu__item"><a href="previous.html" class="menu__link"><span
class="menu__helper">Previous</span></a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
<!-- //header -->
<!-- banner -->
<div class="banner1">
<div class="container">
<h2 class="animated wow slideInLeft"><a href="index.html">International Workshop on Memory and Storage
Computing (MSC) @ ESWEEK 2024 <br>
<font size="4em">Oct. 3rd, 2024 / Hybrid RALEIGH Conference</font>
</a></h2>
</div>
</div>
<!-- //banner -->
<!-- about -->
<div class="about">
<div class="container">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="headingOne">
<div class="panel-body panel_text">
<h6>News</h6>
<br />
<font color="red"><B>Program is updated. Please click <a href="program.html"><u>here</u></a> for more details.
</B></font>
<br />
<div class="about">
<h6>Program</h6>
<br />
<br />
<!-- <h1>Oct. 11</h1> -->
<br />
<h6>Keynote 9:00-10:00</h6>
<br />
<p style="font-size: 15px;">
<b>Desktop Swap on Mobile Device: Is It a Good Idea?</b>
<br/>
Prof. Li-Pin Chang, National Yang Ming Chiao Tung University
<br />
<br />
<br />
<br />
</p>
<h6>Session 1: Design and Optimization for Memory and Storage Systems</h6>
<br/>
<p style="font-size: 15px;">
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 1-1 10:30-11:10</b>
<br/>
<b>Read Retry Mechanism for 3D NAND Flash Memory: Observations, Analyses, and Solutions</b>
<br />
Prof. Jen-Wen Hsieh, National Taiwan University of Science and Technology
<br />
<br />
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 1-2 11:10-11:50</b>
<br/>
<b>When Memory-Storage Systems Go Unconventional: Some Techniques and Thoughts</b>
<br />
Prof. Po-Chun Huang, National Taiwan University of Science and Technology
<br />
<br />
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 1-3 11:50-12:30</b>
<br/>
<b>Achieving High-Performance Out-of-Core Graph Processing with I/O Optimizations</b>
<br />
Dr. Tsun-Yu Yang, Academia Sinica
<br />
<br />
<br />
</p>
<br />
<br />
<h6>Session 2: Pearls on Tool Chains of In-memory Computing</h6>
<br />
<p style="font-size: 15px;">
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 2-1 13:30-14:00</b>
<br/>
<b>Towards Energy-Efficient Memory-Centric Computer Architectures: A Design Tool Perspective</b>
<br />
Zhenhua Zhu, Tsinghua University/HKUST
<br />
<br />
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 2-2 14:00-14:30</b>
<br/>
<b>In-memory Computing Low Level Programming Model and Compiler Innovation"</b>
<br />
Henri-Pierre Charles, CEA France
<br />
<br />
<b style="font-size: 18px;color: rgb(139, 37, 37);">Talk 2-3 14:30-15:00</b>
<br/>
<b>In-memory Computing Research and Development: Status and Perspectives</b>
<br />
Wang Kang, Beihang University
<br />
<br />
</p>
<div class="clearfix"> </div>
</div>
</div>
<h6>About MSC 2024</h6>
<br />
Memory and storage technologies have been developed during the last decades. However, the
data transfer cost between CPU and storage or memory becomes the critical challenge for the
advanced systems. Storage and memory computing provides a new opportunity to solve this
issue by adding computing function beside storage or memory. In this workshop, we are not
only interested in the advanced storage and memory computing technologies, but also take a
special attention to the advanced storage and memory technologies. The workshop to will
bring together scientists and engineers from industry and academia who are working on
storage and memory computing architectures and systems.
<!--
The topics of the workshop will
include but not limit to the following topics:
<br />
<B>1) Storage Computing Architecture</B>
<br />
<B>2) Memory Computing Architecture</B>
<br />
<B>3) Systems for Memory and Computing</B>
<br />
<B>4) Systems for Storage and Computing</B>
<br />
<B>5) State-of-the-art Storage Technologies</B>
<br />
<B>6) State-of-the-art Memory Technologies</B>
<br />
<B>7) FPGA enabled in-storage computing</B>
<br />
<B>8) Intermittent computing/system</B>
<br />
<B>9) Design-space exploration for memory and storage systems</B>
<br />
<B>10) Cross-layer design methodologies for memory hierarchy</B>
<br />
<B>11) Compiler and OS optimization for emerging memory and storage</B>
<br />
<B>12) Modeling, simulation and analysis for memory and storage</B>
<br />
<B>13) Storage and memory design issues for emerging application scenarios</B>
<br />
<B>14) Data storage and memory management interplay between embedded
and IoT systems / edge / Cloud.</B>
<br />
<B>15) Unified memory and storage</B>
<br />
<B>16) Non-volatile computing systems</B>
<br />
<B>17) In-memory computing applications</B>
<br />
<br />
-->
ESWEEK is the premier event covering all aspects of hardware and software design for smart,
intelligent and connected computing systems. Different from the traditional computing
systems, memory and storage computing systems are new types of systems, especially focuses
on how to exploit the specific characteristics of memory or storage to enable computing.
Same to the theme of ESWEEK, the workshop focuses on the topics about how to enable
computing with memory or storage. This is highly related to ESWEEK and complements it.
<br />
<br />
<!--<B>Selected papers, after further revisions, will be considered for publication in special
issues of Journal of System and Architecture </a>(CCF-B).-->
<B>Selected papers, after further revisions, will be recommended for publication in a special issue of Journal of Systems Architecture.</a>
<br />
<br />
<br />
<br />
<h6>Important Dates</h6>
<br />
<!--<B>Submission Deadline:</B><font >20th Aug 2022, UTC+9 </font>-->
<!-- <B>Submission Deadline:</B><font ><strike>20th Aug 2022, UTC+9</strike> </font><font color="red">Extension to <B>31th, Aug 2022, UTC+9</B></font> -->
<B>Submission Deadline: </B><font >July 21, 2024</font>
<br />
<!--<B>Acceptance Notification:</B><font ><strike>10th Sept 2021</strike> </font><font color="red">Extension to <B>15th Sept 2021</B></font>-->
<B>Acceptance Notification: </B><font >August 15, 2024</font>
<br />
<!--<B>Final Paper Submission:</B> <font ><strike>25th Sept 2021</strike> </font><font color="red">Extension to <B>4th Oct 2021</B></font>-->
<B>Camera-Ready Manuscript due: </B> <font >September 3, 2024</font>
<br />
<br />
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="css/animate.min.css">
<div class="clearfix"> </div>
</div>
</div>
<!-- //about -->
<!-- footer -->
<div class="footer"><a name="CONTACT"></a>
<div class="container">
<div class="footer-grids">
<div class="col-md-4 footer-grid animated wow bounceInU" data-wow-delay="0s">
<h3>Organizing Committee</h3>
<p>Xianzhang Chen</p>
<p>Yuan-hao Chang</p>
<p>Liang Shi</p>
<p>Jalil Boukhobza</p>
<!-- <div class="social">
<ul class="social-nav model-8">
<li><a href="https://scholar.google.com/citations?user=vjpzagIAAAAJ&hl=zh-CN" class=""><i>Google Scholar</i></a></li>
<li><a href="https://dblp.org/pers/hd/g/Gao:Congming" class=""><i>DBLP</i></a></li>
<li><a href="https://blog.csdn.net/g382112762" class=""><i>CSDN Blog</i></a></li>
<li><a href="#" class="p"><i></i></a></li>
</ul>
</div>-->
</div>
<div class="col-md-4 footer-grid animated wow bounceInU" data-wow-delay=".01s">
<br><br><br>
<p>Chongqing University</p>
<p>Academia Sinica</p>
<p>East China Normal University</p>
<p>ENSTA-Bretagne</p>
</div>
<div style="display:inline-block;width:125px;"><a href="https://esweek.org/"><img
src="images/esweek-logo.png" alt=" " class="img-responsive" /></a></div>
<div class="clearfix"> </div>
</div>
<div class="footer-grids1">
<div class="footer-grids1-left animated wow bounceInU">
<ul>
<li class="active"><a href="index.html">About</a></li>
<li><a href="cfp.html">Call for Papers</a></li>
<li><a href="cfis.html">Call for Invited Speakers</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="previous.html">Previous</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //footer -->
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>