-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathauthors.html
More file actions
62 lines (62 loc) · 4.77 KB
/
authors.html
File metadata and controls
62 lines (62 loc) · 4.77 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
<head>
<title>CUDA and Applications to Task-based Programming</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="css/screen.css" type="text/css" rel="stylesheet" media="screen,projection" />
<!--[if lte IE 6]><link href="css/msie.css" type="text/css" rel="stylesheet" media="screen,projection" /><![endif]-->
<link rel="stylesheet" media="print" type="text/css" href="css/print.css" />
</head>
<body>
<div id="layout">
<div id="header">
<h1 id="logo"><a href="#">CUDA<span class="light">Tutorial</span></a></h1>
<hr class="noscreen" />
<p class="noscreen noprint"> <em>Skip to <a href="#obsah">content</a>, <a href="#nav">navigation</a>.</em> </p>
<hr class="noscreen" />
<div id="nav" class="box">
<ul>
<li><a href="index.html">Home<br />
<span>Main page</span></a></li>
<li><a href="authors.html">Presenters<br />
<span>Creators of this tutorial</span></a></li>
<li><a href="audience.html">Audience<br />
<span>Who this tutorial is for</span></a></li>
<li><a href="outline.html">Outline<br />
<span>Subject overview</span></a></li>
<li><a href="mailto:kerbl@cg.tuwien.ac.at">Contact<br />
<span>Write us!</span></a></li>
</ul>
<hr class="noscreen" />
</div>
<div id="container" class="box">
<div id="obsah" class="content box">
<div class="in">
<h2>Tutorial Presenters</h2>
<h3>Michael Kenzel</h3>
Michael is a researcher at the German Research Center for Artificial Intelligence.
His research interests focus on the areas of GPU programming models, high-performance computing, and real-time graphics with numerous publications at reputable venues including Eurographics, SIGGRAPH, and SIGGRAPH Asia.
He has been involved in teaching courses in the areas of GPU programming as well as computer graphics for many years at two different universities. <a href='mailto:kenzel@cg.uni-saarland.de'>Send mail</a>
<h3>Bernhard Kerbl</h3>
Bernhard is a post-doctoral university assistant at TU Wien.
He obtained his PhD at Graz University of Technology for his research into GPU scheduling, real-time rendering, parallel data structures and geometry processing.
He has published papers on these topics at major computer science venues, including Eurographics, ACM CHI and SIGGRAPH.
His interests include real-time rendering, parallel programming and high-performance computing.
Bernhard regularly reviews technical papers for top-tier venues and has been part of the IPC for the Eurographics and High-Performance Graphics conference venues.
He has taught graphics and CUDA-related courses at three Austrian universities. <a href='mailto:kerbl@cg.tuwien.ac.at'>Send mail</a> <a href='https://www.cg.tuwien.ac.at/staff/BernhardKerbl'>TU Wien</a> <a href='https://www.linkedin.com/in/bernhard-kerbl-283b8679/'>LinkedIn</a>
<h3>Martin Winter</h3>
Martin is a PhD student at Graz University of Technology, Austria, working in the GPU Computing Group at the Institute for Computer Graphics and Vision.
Since joining the group, he has published several first-author papers at conferences as master student (HPEC'17) and as PhD student (SC'18, PPoPP'19, ICS'20 and PPoPP'21), as well as a number of second-author publications, even winning a best student paper award at HPEC'17.
His research interests include high-performance computing, dynamic graph / resource management and task scheduling on GPUs as well as teaching (currently teaching the introductory GPU programming course at Graz University of Technology). <a href='mailto:martin.winter@icg.tugraz.at'>Send mail</a>
<h3>Markus Steinberger</h3>
Markus is an Assistant Professor at Graz University of Technology, Austria, leading the GPU Computing Group at the Institute for Computer Graphics and Vision.
His biggest honors include the promotion sub auspiciis praesidentis rei publicae in 2014, being the first Austrian to win the GI Dissertation Prize, and winning the Heinz Zemanek Prize.
His research interests are reflected by the numerous awards won by his papers, including ACM CHI, IEEE Infovis, Eurographics, ACM NPAR, EG/ACM HPG, and IEEE HPEC best paper. <a href='mailto:martin.winter@icg.tugraz.at'>Send mail</a> <a href='https://markussteinberger.net/'>Homepage</a>
</div>
</div>
</div>
<div id="footer"> <span class="f-left">© 2021 <a href="mailto:kerbl@cg.tuwien.ac.at">Michael Kenzel, Bernhard Kerbl, Martin Winter and Markus Steinberger</a></span> <span class="f-right">Design: <a href="http://www.davidkohout.cz">David Kohout</a></span> </div>
</div>
</div>
</body>
</html>