-
Notifications
You must be signed in to change notification settings - Fork 0
/
pocl-jobs-fall-2016.html
137 lines (106 loc) · 5.45 KB
/
pocl-jobs-fall-2016.html
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="OpenCL portable OpenCL PoCL pocl Portable Computing Langauge" />
<meta name="description" content="PoCL - Portable Computing Language" />
<meta property="og:title" content="PoCL home page"/>
<meta property="og:site_name" content="PoCL"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="PoCL: a performance portable open source OpenCL implementation"/>
<meta property="og:url" content="http://portablecl.org"/>
<title>PoCL - Portable Computing Language | Hiring: Enthusiastic Open Source Developers</title>
<link rel="stylesheet" type="text/css" href="pocl-style.css" />
</head>
<body>
<div id="page">
<div id="header">
<h1 id="title"><span style="height: 100%; vertical-align: middle;"></span>
<a href="http://portablecl.org"><img src="img/pocl-80x60.png" border="0" style="vertical-align: middle;"></a>
<span style="height: 100%; vertical-align: middle;"> Portable Computing Language | Hiring: Enthusiastic Open Source Developers</span></h1>
</div>
<div id="navi">
<ul id="menu_item_list">
<li class="menu_item"><a href="index.html" class="menu_link">Main</a></li>
<li class="menu_item"><a href="download.html" class="menu_link">Download</a></li>
<li class="menu_item"><a href="docs/html" class="menu_link">Documentation</a></li>
<li class="menu_item"><a href="development.html" class="menu_link">Development</a></li>
<li class="menu_item"><a href="discussion.html" class="menu_link">Discussion</a></li>
<li class="menu_item"><a href="https://github.com/pocl/pocl/wiki" class="menu_link">Wiki</a></li>
<li class="menu_item"><a href="publications.html" class="menu_link">Publications</a></li>
</ul>
</div>
<div id="content">
<p>[2016-11-03] The original developers of pocl,
the Customized Parallel Computing (CPC) group of Department of Pervasive
Computing of Tampere University of Technology (Finland) is looking
for enthusiastic software developers to work on pocl's OpenCL
standard conformance.</p>
<p>The primary goal is to develop the code base towards OpenCL
1.2 standard compliance, which should be "almost there" already. After
the Khronos OpenCL 1.2 conformance tests pass successfully, the new
features in the OpenCL 2.0 standard will be worked on.</p>
<p>You can apply for a part time or a full time job, or a master's /
bachelor's thesis project depending on your case and study situation.
The job is ideal for students who wish to get some practical coding
experience and a bit of extra spending money during the semester. The
length of the employment will be 3-12 months, which is negotiable.
<b>Working remotely is also possible given that you take care of all
the necessary taxes and fees required by your country of residence.</b></p>
<p>A perfect candidate for this job should have some previous experience
(from course work, hobbies or previous jobs) in the following topics:</p>
<p>
<ul>
<li>C99 and C++11</li>
<li>Software development in Linux environment</li>
<li>Contributing to open source projects</li>
</ul>
</p>
<p>Knowledge in one or more of the following topics is considered a plus:</p>
<p>
<ul>
<li>OpenCL/CUDA/GPGPU</li>
<li>Compiler internals, especially the LLVM framework</li>
</ul>
</p>
<p>
Please send your application/inquiries by <b>November 30 2016</b> to the
supervisor of this task, Dr. Pekka Jääskeläinen
(<a href="mailto:[email protected]">[email protected]</a>).
Please include your CV, your study record,
and a cover letter describing your current situation including a list of
courses you plan to take in the semester, if you are a student. Also
please mention how many hours per week you are willing to work on the project,
and what is your desired salary. Be sure
to describe your previous experience especially in the above topics.
</p>
<p>I hope to hear from you soon!
<i>- Pekka</i></p>
</div>
<div id="footer">
<span style="height: 100%; vertical-align: middle;"></span>
<a href="http://portablecl.org"><img src="img/pocl-80x60.png" border="0" style="vertical-align: middle;"></a>
<span style="height: 100%; vertical-align: middle;">Portable Computing Language © 2010-2023 PoCL developers
</span>
</div>
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36911879-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>