-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (81 loc) · 4.27 KB
/
index.html
File metadata and controls
81 lines (81 loc) · 4.27 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 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>CUDA and Applications to Task-based Programming</h2>
<img src="teaser5.png" alt="Tutorial Teaser" width="580" height="360">
<p>This page serves as a web presence for hosting up-to-date materials for the 4-part tutorial "CUDA and Applications to Task-based Programming". Here you may find code samples to complement the presented topics as well as extended course notes, helpful links and references. </p>
<h3>Code Samples (on Github):</h3>
<ul>
<li><a href='https://github.com/CUDA-Tutorial/CodeSamples'>CUDA Tutorial Code Samples</a></li>
CMake and C++ projects for compute capability 5.2+
</ul>
<h3>Eurographics 2022</h3>
Tutorial Course Notes:
<ul>
<li><a href="part1_22.pdf">Part 1: Introduction and CUDA Basics (PDF)</a></li>
<li><a href="part2_22.pdf">Part 2: GPU Hardware Details (PDF)</a></li>
<li><a href="part3_22.pdf">Part 3: Recent Features and Trends (PDF)</a></li>
<li><a href="part4_22.pdf">Part 4: Task-based Programming (PDF)</a></li>
</ul>
<h3>Eurographics 2021</h3>
Tutorial Recordings:
<ul>
<li><a href="https://www.youtube.com/watch?v=6kT7vVHCZIc">Day 1</a></li>
<li><a href="https://www.youtube.com/watch?v=mrDWmnXC5Ck">Day 2</a></li>
</ul>
Tutorial Course Notes:
<ul>
<li><a href="part1.pdf">Part 1: Introduction and CUDA Basics (PDF)</a></li>
<li><a href="part2.pdf">Part 2: GPU Hardware Details (PDF)</a></li>
<li><a href="part3.pdf">Part 3: Recent Features and Trends (PDF)</a></li>
<li><a href="part4.pdf">Part 4: Task-based Programming (PDF)</a></li>
</ul>
</div>
</div>
<div id="panel-left" class="box panel">
<div class="in">
<p> <span>25/04/2022, 09:00 CET</span><br />
Full-day tutorial, presented at <a href='https://eg2022.univ-reims.fr/'>Eurographics '22</a> (Reims, France)</p>
<p> <span>05/05/2021, 10:00 CET</span><br />
Parts 1 and 2, presented at <a href='https://conferences.eg.org/eg2021/'>Eurographics '21</a> (Vienna, online-only conference)</p>
<p> <span>06/05/2021, 10:00 CET</span><br />
Parts 3 and 4, presented at <a href='https://conferences.eg.org/eg2021/'>Eurographics '21</a> (Vienna, online-only conference)</p>
</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>