Skip to content

Commit a108ed0

Browse files
committed
Replace master branch with page content via GitHub
1 parent fa1ea5c commit a108ed0

File tree

3 files changed

+104
-105
lines changed

3 files changed

+104
-105
lines changed

index.html

+33-34
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,32 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
3+
34
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Hands On OpenCL by HandsOnOpenCL</title>
7-
<link rel="stylesheet" href="stylesheets/styles.css">
8-
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10-
<script src="javascripts/respond.js"></script>
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
14-
<!--[if lt IE 8]>
15-
<link rel="stylesheet" href="stylesheets/ie.css">
16-
<![endif]-->
17-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
5+
<meta charset='utf-8' />
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7+
<meta name="description" content="Hands On OpenCL : An open source two-day lecture course for teaching and learning OpenCL" />
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1810

11+
<title>Hands On OpenCL</title>
1912
</head>
13+
2014
<body>
21-
<div id="header">
22-
<nav>
23-
<li class="fork"><a href="https://github.com/HandsOnOpenCL">View On GitHub</a></li>
24-
</nav>
25-
</div><!-- end header -->
26-
27-
<div class="wrapper">
28-
29-
<section>
30-
<div id="title">
31-
<h1>Hands On OpenCL</h1>
32-
<p>An open source two-day lecture course for teaching and learning OpenCL</p>
33-
<hr>
34-
<span class="credits left">Project maintained by <a href="https://github.com/HandsOnOpenCL">HandsOnOpenCL</a></span>
35-
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
36-
</div>
3715

16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/HandsOnOpenCL">View on GitHub</a>
20+
21+
<h1 id="project_title">Hands On OpenCL</h1>
22+
<h2 id="project_tagline">An open source two-day lecture course for teaching and learning OpenCL</h2>
23+
24+
</header>
25+
</div>
26+
27+
<!-- MAIN CONTENT -->
28+
<div id="main_content_wrap" class="outer">
29+
<section id="main_content" class="inner">
3830
<h3>
3931
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
4032

@@ -175,11 +167,18 @@ <h3>
175167
<p>Found a bug or with to suggest an update to the material?
176168
Please submit a new Issue in the relevant repository.</p>
177169

178-
<p>Fixed a bug yourself? Please submit a pull request. Thanks.</p>
170+
<p>Fixed a bug yourself? Please submit a <a href="https://help.github.com/articles/using-pull-requests">pull request</a>. Thanks.</p>
179171
</section>
172+
</div>
180173

174+
<!-- FOOTER -->
175+
<div id="footer_wrap" class="outer">
176+
<footer class="inner">
177+
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
178+
</footer>
181179
</div>
182-
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
180+
183181

182+
184183
</body>
185-
</html>
184+
</html>

params.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Hands On OpenCL","tagline":"An open source two-day lecture course for teaching and learning OpenCL","body":"### Welcome\r\nHands On OpenCL is a two-day lecture course introducing OpenCL, the API for writing heterogeneous applications. Provided are slides for around twelve lectures, plus some appendicies, complete with Examples and Solutions in C, C++ and Python. The lecture series finishes with information on porting CUDA applications to OpenCL.\r\n\r\nThese lectures, and their examples, and released under the \"attribution CC BY\" creative commons license.\r\n\r\n### Course Structure\r\n1. **Introduction to Heterogeneous Parallel Computing**\r\n\r\n Setting up your OpenCL environment (AMD, Intel, NVIDIA)\r\n\r\n2. **An overview of OpenCL**\r\n\r\n3. **Important OpenCL concepts**\r\n\r\n Platforms, contexts, programs, queues, buffers and kernels\r\n\r\n NDRanges, Work‐Groups, Work-Items\t\r\n \r\n4. **Overview of OpenCL APIs**\r\n\r\n C, C++ and Python\t\r\n \r\n5. **Introducing OpenCL kernel programming**\r\n \r\n6. **Understanding the OpenCL memory hierarchy**\r\n \r\n7. **Synchronization in OpenCL**\r\n\r\n Events and barriers\r\n \r\n8. **Heterogeneous computing with OpenCL**\r\n\r\n Using CPUs and GPUs simultaneously, multiple platforms and devices\r\n\r\n9. **Enabling portable performance via OpenCL**\r\n\r\n Autotuning using Flamingo\r\n \r\n10. **Optimizing OpenCL performance**\r\n\r\n Profiling using Extrae and Paraver\r\n Information on NVVP and CodeXL\r\n \r\n11. **Debugging OpenCL**\r\n\r\n Using GDB\r\n \r\n12. **Porting CUDA to OpenCL**\r\n \r\n\r\n### Examples\r\nDownload the examples by checking out the git repository with the command:\r\n\r\n`git clone git://github.com/HandsOnOpenCL/Exercises-Solutions.git`\r\n\r\n1. **Platform Information**\r\n\r\n Run a simple OpenCL program to give you some key facts about the devices available in your system.\r\n\r\n\r\n2. **VADD - The OpenCL \"Hello World\"**\r\n\r\n Start by looking at the C API for this program which introduces the OpenCL computational model.\r\n\r\n\r\n3. **VADD - Now in C++ and Python**\r\n\r\n\r\n4. **Chaining vector add kernels**\r\n\r\n Extend VADD to compute C=A+B; D=C+E; F=D+G by running the kernel multiple times.\r\n\r\n\r\n5. **Extend VADD for D = A + B + C**\r\n\r\n Extend the VADD kernel to compute a different sum.\r\n\r\n\r\n6. **Matrix Multiplication**\r\n\r\n Write your first OpenCL kernel from scratch.\r\n\r\n\r\n7. **Using private memory**\r\n\r\n Use private memory to minimize memory costs.\r\n\r\n8. **Using local memory**\r\n\r\n Use local and private memory to minimize memory costs.\r\n\r\n9. **The Pi program**\r\n\r\n Estimate Pi by integration.\r\n\r\n\r\n10. **Heterogeneous Computing**\r\n\r\n Run your kernels on many devices.\r\n\r\n11. **Optimize matrix multiplication**\r\n\r\n Look at portable performance (combining 9. and 10.)\r\n\r\n12. **Profiling OpenCL programs**\r\n\r\n Experiment making things run faster.\r\n\r\n\r\n13. **Porting CUDA to OpenCL**\r\n\r\n Convert a simple CUDA application to OpenCL (program TBA).\r\n\r\n### Authors and Contributors\r\nSimon McIntosh-Smith, University of Bristol\r\n\r\nTom Deakin (@tomdeakin)\r\n\r\n### Support or Contact\r\nFound a bug or with to suggest an update to the material?\r\nPlease submit a new Issue in the relevant repository.\r\n\r\nFixed a bug yourself? Please submit a pull request. Thanks.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
1+
{"name":"Hands On OpenCL","tagline":"An open source two-day lecture course for teaching and learning OpenCL","body":"### Welcome\r\nHands On OpenCL is a two-day lecture course introducing OpenCL, the API for writing heterogeneous applications. Provided are slides for around twelve lectures, plus some appendicies, complete with Examples and Solutions in C, C++ and Python. The lecture series finishes with information on porting CUDA applications to OpenCL.\r\n\r\nThese lectures, and their examples, and released under the \"attribution CC BY\" creative commons license.\r\n\r\n### Course Structure\r\n1. **Introduction to Heterogeneous Parallel Computing**\r\n\r\n Setting up your OpenCL environment (AMD, Intel, NVIDIA)\r\n\r\n2. **An overview of OpenCL**\r\n\r\n3. **Important OpenCL concepts**\r\n\r\n Platforms, contexts, programs, queues, buffers and kernels\r\n\r\n NDRanges, Work‐Groups, Work-Items\t\r\n \r\n4. **Overview of OpenCL APIs**\r\n\r\n C, C++ and Python\t\r\n \r\n5. **Introducing OpenCL kernel programming**\r\n \r\n6. **Understanding the OpenCL memory hierarchy**\r\n \r\n7. **Synchronization in OpenCL**\r\n\r\n Events and barriers\r\n \r\n8. **Heterogeneous computing with OpenCL**\r\n\r\n Using CPUs and GPUs simultaneously, multiple platforms and devices\r\n\r\n9. **Enabling portable performance via OpenCL**\r\n\r\n Autotuning using Flamingo\r\n \r\n10. **Optimizing OpenCL performance**\r\n\r\n Profiling using Extrae and Paraver\r\n Information on NVVP and CodeXL\r\n \r\n11. **Debugging OpenCL**\r\n\r\n Using GDB\r\n \r\n12. **Porting CUDA to OpenCL**\r\n \r\n\r\n### Examples\r\nDownload the examples by checking out the git repository with the command:\r\n\r\n`git clone git://github.com/HandsOnOpenCL/Exercises-Solutions.git`\r\n\r\n1. **Platform Information**\r\n\r\n Run a simple OpenCL program to give you some key facts about the devices available in your system.\r\n\r\n\r\n2. **VADD - The OpenCL \"Hello World\"**\r\n\r\n Start by looking at the C API for this program which introduces the OpenCL computational model.\r\n\r\n\r\n3. **VADD - Now in C++ and Python**\r\n\r\n\r\n4. **Chaining vector add kernels**\r\n\r\n Extend VADD to compute C=A+B; D=C+E; F=D+G by running the kernel multiple times.\r\n\r\n\r\n5. **Extend VADD for D = A + B + C**\r\n\r\n Extend the VADD kernel to compute a different sum.\r\n\r\n\r\n6. **Matrix Multiplication**\r\n\r\n Write your first OpenCL kernel from scratch.\r\n\r\n\r\n7. **Using private memory**\r\n\r\n Use private memory to minimize memory costs.\r\n\r\n8. **Using local memory**\r\n\r\n Use local and private memory to minimize memory costs.\r\n\r\n9. **The Pi program**\r\n\r\n Estimate Pi by integration.\r\n\r\n\r\n10. **Heterogeneous Computing**\r\n\r\n Run your kernels on many devices.\r\n\r\n11. **Optimize matrix multiplication**\r\n\r\n Look at portable performance (combining 9. and 10.)\r\n\r\n12. **Profiling OpenCL programs**\r\n\r\n Experiment making things run faster.\r\n\r\n\r\n13. **Porting CUDA to OpenCL**\r\n\r\n Convert a simple CUDA application to OpenCL (program TBA).\r\n\r\n### Authors and Contributors\r\nSimon McIntosh-Smith, University of Bristol\r\n\r\nTom Deakin (@tomdeakin)\r\n\r\n### Support or Contact\r\nFound a bug or with to suggest an update to the material?\r\nPlease submit a new Issue in the relevant repository.\r\n\r\nFixed a bug yourself? Please submit a [pull request](https://help.github.com/articles/using-pull-requests). Thanks.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/pygment_trac.css

+70-70
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
.highlight .hll { background-color: #404040 }
2-
.highlight { color: #d0d0d0 }
3-
.highlight .c { color: #999999; font-style: italic } /* Comment */
4-
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
5-
.highlight .g { color: #d0d0d0 } /* Generic */
6-
.highlight .k { color: #6ab825; font-weight: normal } /* Keyword */
7-
.highlight .l { color: #d0d0d0 } /* Literal */
8-
.highlight .n { color: #d0d0d0 } /* Name */
9-
.highlight .o { color: #d0d0d0 } /* Operator */
10-
.highlight .x { color: #d0d0d0 } /* Other */
11-
.highlight .p { color: #d0d0d0 } /* Punctuation */
12-
.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
13-
.highlight .cp { color: #cd2828; font-weight: normal } /* Comment.Preproc */
14-
.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
15-
.highlight .cs { color: #e50808; font-weight: normal; background-color: #520000 } /* Comment.Special */
16-
.highlight .gd { color: #d22323 } /* Generic.Deleted */
17-
.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
18-
.highlight .gr { color: #d22323 } /* Generic.Error */
19-
.highlight .gh { color: #ffffff; font-weight: normal } /* Generic.Heading */
20-
.highlight .gi { color: #589819 } /* Generic.Inserted */
21-
.highlight .go { color: #cccccc } /* Generic.Output */
22-
.highlight .gp { color: #aaaaaa } /* Generic.Prompt */
23-
.highlight .gs { color: #d0d0d0; font-weight: normal } /* Generic.Strong */
24-
.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
25-
.highlight .gt { color: #d22323 } /* Generic.Traceback */
26-
.highlight .kc { color: #6ab825; font-weight: normal } /* Keyword.Constant */
27-
.highlight .kd { color: #6ab825; font-weight: normal } /* Keyword.Declaration */
28-
.highlight .kn { color: #6ab825; font-weight: normal } /* Keyword.Namespace */
29-
.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
30-
.highlight .kr { color: #6ab825; font-weight: normal } /* Keyword.Reserved */
31-
.highlight .kt { color: #6ab825; font-weight: normal } /* Keyword.Type */
32-
.highlight .ld { color: #d0d0d0 } /* Literal.Date */
33-
.highlight .m { color: #3677a9 } /* Literal.Number */
34-
.highlight .s { color: #9dd5f1 } /* Literal.String */
35-
.highlight .na { color: #bbbbbb } /* Name.Attribute */
36-
.highlight .nb { color: #24909d } /* Name.Builtin */
37-
.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
38-
.highlight .no { color: #40ffff } /* Name.Constant */
39-
.highlight .nd { color: #ffa500 } /* Name.Decorator */
40-
.highlight .ni { color: #d0d0d0 } /* Name.Entity */
41-
.highlight .ne { color: #bbbbbb } /* Name.Exception */
42-
.highlight .nf { color: #447fcf } /* Name.Function */
43-
.highlight .nl { color: #d0d0d0 } /* Name.Label */
44-
.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
45-
.highlight .nx { color: #d0d0d0 } /* Name.Other */
46-
.highlight .py { color: #d0d0d0 } /* Name.Property */
47-
.highlight .nt { color: #6ab825;} /* Name.Tag */
48-
.highlight .nv { color: #40ffff } /* Name.Variable */
49-
.highlight .ow { color: #6ab825; font-weight: normal } /* Operator.Word */
50-
.highlight .w { color: #666666 } /* Text.Whitespace */
51-
.highlight .mf { color: #3677a9 } /* Literal.Number.Float */
52-
.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
53-
.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
54-
.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
55-
.highlight .sb { color: #9dd5f1 } /* Literal.String.Backtick */
56-
.highlight .sc { color: #9dd5f1 } /* Literal.String.Char */
57-
.highlight .sd { color: #9dd5f1 } /* Literal.String.Doc */
58-
.highlight .s2 { color: #9dd5f1 } /* Literal.String.Double */
59-
.highlight .se { color: #9dd5f1 } /* Literal.String.Escape */
60-
.highlight .sh { color: #9dd5f1 } /* Literal.String.Heredoc */
61-
.highlight .si { color: #9dd5f1 } /* Literal.String.Interpol */
62-
.highlight .sx { color: #ffa500 } /* Literal.String.Other */
63-
.highlight .sr { color: #9dd5f1 } /* Literal.String.Regex */
64-
.highlight .s1 { color: #9dd5f1 } /* Literal.String.Single */
65-
.highlight .ss { color: #9dd5f1 } /* Literal.String.Symbol */
66-
.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
67-
.highlight .vc { color: #40ffff } /* Name.Variable.Class */
68-
.highlight .vg { color: #40ffff } /* Name.Variable.Global */
69-
.highlight .vi { color: #40ffff } /* Name.Variable.Instance */
70-
.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight { background: #f0f3f3; }
3+
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
4+
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
5+
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
6+
.highlight .o { color: #555555 } /* Operator */
7+
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
8+
.highlight .cp { color: #009999 } /* Comment.Preproc */
9+
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
10+
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
11+
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #FF0000 } /* Generic.Error */
14+
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
15+
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
16+
.highlight .go { color: #AAAAAA } /* Generic.Output */
17+
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
18+
.highlight .gs { font-weight: bold } /* Generic.Strong */
19+
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
20+
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
21+
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
22+
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
23+
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
24+
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
25+
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
26+
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
27+
.highlight .m { color: #FF6600 } /* Literal.Number */
28+
.highlight .s { color: #CC3300 } /* Literal.String */
29+
.highlight .na { color: #330099 } /* Name.Attribute */
30+
.highlight .nb { color: #336666 } /* Name.Builtin */
31+
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
32+
.highlight .no { color: #336600 } /* Name.Constant */
33+
.highlight .nd { color: #9999FF } /* Name.Decorator */
34+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
35+
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #CC00FF } /* Name.Function */
37+
.highlight .nl { color: #9999FF } /* Name.Label */
38+
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
39+
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
40+
.highlight .nv { color: #003333 } /* Name.Variable */
41+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
42+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
43+
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
44+
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
45+
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
46+
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
47+
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
48+
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
49+
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
50+
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
51+
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
52+
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
53+
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
54+
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
55+
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
56+
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
57+
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
58+
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
59+
.highlight .vc { color: #003333 } /* Name.Variable.Class */
60+
.highlight .vg { color: #003333 } /* Name.Variable.Global */
61+
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
62+
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
63+
64+
.type-csharp .highlight .k { color: #0000FF }
65+
.type-csharp .highlight .kt { color: #0000FF }
66+
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
67+
.type-csharp .highlight .nc { color: #2B91AF }
68+
.type-csharp .highlight .nn { color: #000000 }
69+
.type-csharp .highlight .s { color: #A31515 }
70+
.type-csharp .highlight .sc { color: #A31515 }

0 commit comments

Comments
 (0)