-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
171 lines (143 loc) · 7.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="Accelerators4HPC" content="" />
<meta name="Sid Raskar" content="" />
<title>AI Accelerators for HPC</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container px-4">
<a class="navbar-brand" href="#page-top">Accelerators4HPC</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<!-- <li class="nav-item"><a class="nav-link" href="#about">About</a></li> -->
<li class="nav-item"><a class="nav-link" href="#agenda">Agenda</a></li>
<li class="nav-item"><a class="nav-link" href="#org">Organizers</a></li>
<li class="nav-item"><a class="nav-link" href="#past">Past Events</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="bg-primary bg-gradient bg-dark text-white">
<div class="container px-4">
<div class="row align-items-center">
<div class="col-md-4 text-center">
<img class="sclogo img-fluid" src="assets/isc25.png" alt="SC24 Logo" style="max-width: 200%;">
</div>
<div class="col-md-8 text-center">
<h1 class="fw-bolder">Democratizing AI Accelerators for HPC Applications: <br> Challenges, Success, and Support</h1>
<br>
<p style="font-size: 1.25em;">Placeholder for ISC25</p>
</div>
</div>
</div>
</header>
<!-- About section-->
<section id="about" class="bg-light">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>Welcome</h2>
<p class="lead">
A recent surge in novel AI accelerator hardware (e.g. from Cerebras, Groq, SambaNova, Graphcore, Intel, and Tenstorrent) has sparked intense interest in running HPC applications and driven algorithmic research on these architectures. However, the maturity levels of associated tooling and software stacks vary significantly, with gaps in documentation and support. This BoF aims to explore trends in AI accelerators for HPC, ideal programming models, software stack support, code portability, training resources, and common challenges. We hope to foster a community of users interested or experienced in using AI accelerators for HPC applications.
</p>
<!-- <p class="text-center"><a href="https://sc24.conference-program.com/presentation/?id=bof133&sess=sess628">Link to SC24 BoF Page</a> -->
</p>
</div>
</div>
</div>
</section>
<section id="agenda">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>Agenda</h2>
<div class="alert alert-warning text-center" role="alert">
Agenda is being revised
</div>
<table class="table table-bordered table-hover">
<colgroup>
<col style="width: 30%;">
<col style="width: 70%;">
</colgroup>
<thead>
<tr>
<th>Time</th>
<th>Topic</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Welcome</td>
</td>
</tr>
<tr>
<td></td>
<td><b>Flash Talks</b> (4 minutes each)</td>
</tr>
<tr>
<td></td>
<td><b>Panel Discussion</b></td>
</tr>
<tr>
<td></td>
<td><b>Audience Q&A</b></td>
</tr>
</tbody>
</table>
<!-- <div class="alert alert-info text-center" role="alert">
Please check back later for the latest slides.
</div> -->
</div>
</div>
</div>
</section>
<section class="bg-light" id="org">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>Organizers</h2>
<!-- <li>Joseph Lee, Edinburgh Parallel Computing Centre</li> -->
<li>Murali Emani, Argonne National Laboratory (ANL)</li>
<li>Siddhisanket Raskar, Argonne National Laboratory (ANL)</li>
<li>Tal Ben-Nun, Lawrence Livermore National Laboratory (LLNL)</li>
<li>Brian Van Essen, Lawrence Livermore National Laboratory (LLNL)</li>
<li>Hatem Ltaief, King Abdullah University of Science & Technology (KAUST)</li>
</ul>
</div>
</div>
</div>
</section>
<section id="past">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>Past Events</h2>
<ul>
<li><a href="./Past/SC24/index.html">SC 2024</a></li>
<li><a href="./Past/ISC24/index.html">ISC 2024</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container px-4"><p class="m-0 text-center text-white">Copyright © 2024</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>