-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicro2022.html
More file actions
81 lines (72 loc) · 3.72 KB
/
Copy pathmicro2022.html
File metadata and controls
81 lines (72 loc) · 3.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vortex Tutorial at MICRO 2022 — 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 Tutorial at MICRO 2022 — Open-source RISC-V-based GPGPU: Vortex and Drone Applications on FPGA.">
<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 narrow">
<div class="page-head">
<a class="backlink" href="tutorials.html">← All workshops & tutorials</a>
<h1>Vortex Tutorial at MICRO 2022</h1>
<p>Tutorial for Open-source RISC-V-based GPGPU: Vortex and Drone Applications on FPGA.</p>
</div>
<div class="article">
<div class="article-body">
<div class="factbox">
<dl>
<dt>Date</dt><dd>1 October 2022</dd>
<dt>Homepage</dt><dd><a href="index.html">vortex.cc.gatech.edu</a></dd>
<dt>GitHub</dt><dd><a href="https://github.com/vortexgpgpu/" target="_blank" rel="noopener">github.com/vortexgpgpu</a></dd>
<dt>Materials</dt><dd><a href="https://github.com/vortexgpgpu/vortex_tutorials" target="_blank" rel="noopener">vortexgpgpu/vortex_tutorials</a></dd>
</dl>
</div>
<h2>Organizers</h2>
<div class="pill-list">
<span>Hyesoon Kim — Georgia Tech</span>
<span>Blaise Tine — Georgia Tech</span>
<span>Jeff Young — Georgia Tech</span>
<span>Ruobing Han — Georgia Tech</span>
<span>Liam Cooper — Georgia Tech</span>
<span>Sam Jijina — Georgia Tech</span>
</div>
<h2>Description</h2>
<p>Vortex is an open-source hardware and software project to support GPGPU based on RISC-V ISA extensions. Currently, Vortex supports OpenCL/CUDA and it runs on FPGA. The Vortex platform is highly customizable and scalable with a complete open-source compiler, driver, and runtime software stack to enable research in GPU architectures. As an application session, we will also cover how to run drone applications on FPGA.</p>
<h2>Tutorial Schedule</h2>
<div class="table-scroll">
<table class="schedule">
<thead><tr><th>Time</th><th>Session</th></tr></thead>
<tbody>
<tr><td>8:00–8:30</td><td>Intro and GPU background</td></tr>
<tr><td>8:30–9:00</td><td>Vortex microarchitecture</td></tr>
<tr><td>9:00–10:00</td><td>Vortex code review</td></tr>
<tr><td>10:00–10:20</td><td>Q&A and break</td></tr>
<tr><td>10:20–10:30</td><td>Vortex software stack</td></tr>
<tr><td>10:30–11:00</td><td>CuPBoP / running OpenCL/CUDA on Vortex</td></tr>
<tr><td>11:00–11:10</td><td>Vortex FPGA demo</td></tr>
<tr><td>11:10–11:30</td><td>Tutorial assignments and discussion of academic usage</td></tr>
<tr><td>11:30–12:00</td><td>Drone applications</td></tr>
</tbody>
</table>
</div>
<hr>
<p>Tutorial repository: <a href="https://github.com/vortexgpgpu/vortex_tutorials" target="_blank" rel="noopener">github.com/vortexgpgpu/vortex_tutorials</a>.</p>
</div>
</div>
</div>
</main>
<div id="site-footer"></div>
<script src="assets/js/data.js"></script>
<script src="assets/js/site.js"></script>
</body>
</html>