Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72 lines (54 sloc)
2.28 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$static_title = 'Khronos SYCL Registry'; | |
include_once("../../assets/static_pages/khr_page_top.php"); | |
?> | |
<p> The SYCL registry contains specifications of SYCL, a single-source | |
C++ programming model for heterogeneous computing. </p> | |
<h2> SYCL Specification </h2> | |
<p> The SYCL 2020 specification is the latest specification. </p> | |
<ul> | |
<li> | |
SYCL 2020 Specification revision 5 | |
(<a href="specs/sycl-2020/html/sycl-2020.html">HTML</a>) | |
(<a href="specs/sycl-2020/pdf/sycl-2020.pdf">PDF</a>) | |
(May 10, 2022) </li> | |
<ul> | |
<li> | |
<a href="https://www.khronos.org/files/sycl/sycl-2020-reference-guide.pdf"> | |
SYCL 2020 Reference Guide</a> </li> | |
</ul> | |
<li> <a href="specs/sycl-1.2.1.pdf"> SYCL 1.2.1 Specification revision 7</a> | |
(April 27, 2020) </li> | |
<ul> | |
<li> <a href="https://www.khronos.org/files/sycl/sycl-121-reference-card.pdf"> | |
SYCL 1.2.1 Reference Guide</a> </li> | |
</ul> | |
<li> <a href="specs/sycl-1.2.pdf"> SYCL 1.2 Specification (obsolete)</a> (May 8, | |
2015) </li> | |
<ul> | |
<li> <a href="https://www.khronos.org/files/sycl/sycl-12-reference-card.pdf"> | |
SYCL 1.2 Reference Guide (obsolete)</a> </li> | |
</ul> | |
<li> A provisional SYCL 2.2 specification was published in February 2016. That | |
specification was an incomplete work in progress, and should be considered | |
deprecated (it is no longer linked here). </li> | |
</ul> | |
<h2> Providing Feedback</h2> | |
<p> Khronos welcomes comments and bug reports.</p> | |
<p> For general comments and questions, use the <a | |
href="https://community.khronos.org/c/sycl">SYCL Forums</a>. </p> | |
<p> To provide feedback on the SYCL registry itself (such as reporting | |
missing content, bad links, etc.), file an issue and/or create a | |
pull-request in the <a | |
href="https://github.com/KhronosGroup/SYCL-Registry"> | |
SYCL-Registry</a> GitHub project. Historian people can also look | |
at the SYCL history there.</p> | |
<p> For the SYCL specification, open an issue and/or make a | |
pull-request on <a | |
href="https://github.com/KhronosGroup/SYCL-Docs">SYCL-Docs</a>. </p> | |
<p> For the SYCL conformance test suite, open an issue and/or make a | |
pull-request on <a | |
href="https://github.com/KhronosGroup/SYCL-CTS">SYCL-CTS</a>. </p> | |
<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?> | |
</body> | |
</html> |