-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
53 lines (48 loc) · 2.37 KB
/
Copy pathtutorials.html
File metadata and controls
53 lines (48 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workshop & Tutorial — Vortex</title>
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<meta name="theme-color" content="#003057">
<meta name="description" content="Vortex workshops and tutorials held at MICRO from 2021 through 2026, with schedules, organizers, and calls for papers.">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body data-page="tutorials">
<div id="site-header"></div>
<main id="main">
<div class="wrap">
<div class="page-head">
<span class="chip">Workshop & Tutorial</span>
<h1>Workshops & Tutorials</h1>
</div>
<section class="tight" style="padding-top:26px">
<div class="feat">
<div>
<div class="tag">Tutorial Materials</div>
<h3>Slides, assignments, and hands-on exercises</h3>
<p class="feat-body">Everything used in the tutorials — presentation slides, the six hands-on assignments, FPGA and simulator setup instructions — is maintained in the tutorials repository and updated ahead of each event. Start there whether you are attending in person or working through it on your own.</p>
</div>
<a class="btn btn-white" href="https://github.com/vortexgpgpu/vortex_tutorials" target="_blank" rel="noopener">Go to the tutorials repo ↗</a>
</div>
</section>
<section class="tight">
<div class="tutgrid" id="tuts"></div>
</section>
<section class="tight">
<div class="callout">
<h3>Questions</h3>
<p>For questions about the workshop or paper submission, email <a href="mailto:vortex_submission@groups.gatech.edu">vortex_submission@groups.gatech.edu</a>. To build Vortex first, follow the <a href="https://github.com/vortexgpgpu/vortex#readme" target="_blank" rel="noopener">getting started guide</a> in the main repository.</p>
</div>
</section>
</div>
</main>
<div id="site-footer"></div>
<script src="assets/js/data.js"></script>
<script src="assets/js/site.js"></script>
</body>
</html>