-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicro2025.html
More file actions
101 lines (88 loc) · 4.61 KB
/
Copy pathmicro2025.html
File metadata and controls
101 lines (88 loc) · 4.61 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vortex Workshop and Tutorial at MICRO 2025 — 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="The 2025 Vortex Workshop and Tutorial, co-located with MICRO 2025 on 18 October 2025, including the call for papers and important dates.">
<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 Workshop and Tutorial at MICRO 2025</h1>
<p>2025 Vortex Workshop, held in conjunction with the Vortex Tutorial.</p>
</div>
<div class="article">
<div class="article-body">
<div class="factbox">
<dl>
<dt>Date</dt><dd>18 October 2025</dd>
<dt>Time</dt><dd>8:00 AM – 12:00 PM KST</dd>
<dt>Venue</dt><dd>Co-located with MICRO 2025</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>Call for Papers</h2>
<p>The Vortex Workshop aims to bring together Vortex developers, contributors, and users from academia and industry to discuss Vortex-related research. The Vortex Tutorial will be held in conjunction with the workshop, providing an introduction to Vortex and its use in research and teaching. The workshop will offer an opportunity to share ongoing efforts in Vortex development or research using Vortex, thereby fostering the Vortex and open-source GPGPU community.</p>
<h3>Topics of interest</h3>
<p>Topics of interest for the Vortex Workshop include, but are not limited to:</p>
<ul>
<li>Design and implementation of Vortex GPGPU</li>
<li>OpenCL/CUDA running on Vortex</li>
<li>Compiler optimizations for Vortex</li>
<li>Memory hierarchy and management in Vortex GPGPU</li>
<li>Benchmarking and performance evaluation</li>
<li>Applications and case studies using Vortex</li>
<li>Security and reliability in GPGPU architecture</li>
<li>Comparison of Vortex with other GPGPU architectures</li>
<li>FPGA/ASIC implementation of Vortex</li>
</ul>
<h3>Submission guidelines</h3>
<p>Authors are invited to submit 2-page papers, which must be formatted in accordance with the ACM two-column style. ACM Word or LaTeX style templates are available <a href="https://www.acm.org/publications/proceedings-template" target="_blank" rel="noopener">here</a>.</p>
<p><strong>Note:</strong> Workshop publications do not preclude publishing at future conference venues.</p>
<h3>Important dates</h3>
<div class="table-scroll">
<table class="schedule">
<thead><tr><th>Date</th><th>Milestone</th></tr></thead>
<tbody>
<tr><td>Sep 5, 2025</td><td>Paper submission deadline (23:59 EDT)</td></tr>
<tr><td>Sep 17, 2025</td><td>Author notification</td></tr>
<tr><td>Oct 18, 2025</td><td>Workshop date (8:00 AM – 12:00 PM KST)</td></tr>
</tbody>
</table>
</div>
<h3>Submission link</h3>
<p><a href="https://easychair.org/conferences/?conf=vortex25" target="_blank" rel="noopener">EasyChair — vortex25</a></p>
<hr>
<h2>Organizing Committee</h2>
<h4>General Chairs</h4>
<div class="pill-list">
<span>Hyesoon Kim — Georgia Tech</span>
<span>Blaise Tine — UCLA</span>
<span>Jeff Young — Georgia Tech</span>
</div>
<h4>Web Chairs</h4>
<div class="pill-list">
<span>Chihyo Ahn — Georgia Tech</span>
<span>Shinnung Jeong — Georgia Tech</span>
</div>
<h2>Contact</h2>
<p>For more information about submissions to the Vortex Workshop, please email <a href="mailto:vortex_submission@groups.gatech.edu">vortex_submission@groups.gatech.edu</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>