| // Copyright 2019-2020 The Khronos Group. This work is licensed under a |
| // Creative Commons Attribution 4.0 International License; see |
| // http://creativecommons.org/licenses/by/4.0/ |
| |
| = The C++ for OpenCL 1.0 Programming Language Documentation |
| :R: pass:q,r[^(R)^] |
| Khronos{R} OpenCL Working Group |
| :data-uri: |
| :icons: font |
| :toc2: |
| :toclevels: 4 |
| :sectnums: |
| :sectnumlevels: 4 |
| :max-width: 100 |
| :numbered: |
| :imagewidth: 800 |
| :fullimagewidth: width="800" |
| :source-highlighter: coderay |
| :title-logo-image: image:images/OpenCL.png[Logo,pdfwidth=4in,align=right] |
| |
| :blank: pass:[ +] |
| :cpp: pass:[C++] |
| :cpp14: pass:[C++17] |
| |
| // Various special / math symbols. This is easier to edit with than Unicode. |
| include::config/attribs.txt[] |
| |
| <<<< |
| |
| include::copyrights-ccby.txt[] |
| |
| // type of the source code in the document |
| :language: {basebackend@docbook:c++:cpp} |
| |
| include::cxx4opencl/intro.txt[] |
| |
| <<<< |
| |
| include::cxx4opencl/diff2cxx.txt[] |
| |
| <<<< |
| |
| include::cxx4opencl/diff2openclc.txt[] |
| |
| <<<< |
| |
| include::cxx4opencl/address_spaces.txt[] |
| |
| <<<< |
| |
| include::cxx4opencl/kernel.txt[] |
| |
| <<< |
| |
| include::cxx4opencl/references.txt[] |
| |
| <<< |
| |
| include::cxx4opencl/acknowledgements.txt[] |
| |