Skip to content

Commit

Permalink
Update pocl webpage with 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
franz committed Feb 22, 2018
1 parent bb7748c commit e883852
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/www/download.mak
Expand Up @@ -17,6 +17,12 @@ the version control system:</p>

<ul>

<li><b>Version 1.1:</b> Supports LLVM 5.0 and 6.0.
<a href="/downloads/pocl-1.1.tar.gz">pocl-1.1.tar.gz (1.5M)</a>,
<a href="/downloads/CHANGES">change log</a>,
<a href="pocl-1.1.html">release notes</a></li>


<li><b>Version 1.0:</b> Supports LLVM 4.0 and 5.0.
<a href="/downloads/pocl-1.0.tar.gz">pocl-1.0.tar.gz (1.3M)</a>,
<a href="/downloads/CHANGES">change log</a>,
Expand Down
36 changes: 36 additions & 0 deletions doc/www/pocl-1.1.mak
@@ -0,0 +1,36 @@
<%!
sub_page = "Portable Computing Language (pocl) v1.1 released"
%>
<%inherit file="basic_page.makt" />

<h1>February 2018: pocl v1.1 released</h2>

<h2>Release highlights</h2>

<ul>
<li>Support for LLVM/Clang 6.0 and 5.0.</li>
<li>Experimental SPIR support</li>
<li>Improved kernel compilation speed</li>
</ul>
</p>

<p>Please note that there's now an official pocl maintenance policy in place.
<a href="http://portablecl.org/docs/html/maintainer-policy.html">This text</a>
describes the policy and how you can get your favourite project
that uses OpenCL to remain regression free in the future pocl releases.</p>

<p>We are looking for active maintainers to look after the ARM(64) and MacOS
ports. If you are interested in helping to keep pocl working well on these
platforms, please let us know!</p>

<h2>Acknowledgements</h2>

<p>Most of the code that landed to the pocl code base during this release
cycle was produced for the needs of research funded by various sources.
The Customized Parallel Computing research group of Tampere
University of Technology (Finland) likes to thank the Academy of Finland
(funding decision 297548), Finnish Funding Agency for Technology and Innovation
(funding decision 40142/14, FiDiPro-StreamPro), ARTEMIS joint undertaking
under grant agreement no 621439 (ALMARVI) and HSA Foundation.</p>

<p><a href="download.html">Download</a>.</p>

0 comments on commit e883852

Please sign in to comment.