From c0a9fc3d275910fa274fa5686caede84ae3c6cd6 Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Wed, 20 Oct 2021 14:27:32 +0100 Subject: [PATCH] Update C++ for OpenCL extension spec (#107) This html contains the latest version of cl_ext_cxx_for_opencl. --- extensions/ext/cl_ext_cxx_for_opencl.html | 27 +++++++++++++++++------ 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/extensions/ext/cl_ext_cxx_for_opencl.html b/extensions/ext/cl_ext_cxx_for_opencl.html index 2de23aae..d951f224 100644 --- a/extensions/ext/cl_ext_cxx_for_opencl.html +++ b/extensions/ext/cl_ext_cxx_for_opencl.html @@ -750,9 +750,9 @@

cl_ext_cxx_for_opencl

Khronos® OpenCL Working Group
-version v3.0.3-rc-26-g17d39ef, -Wed, 02 Sep 2020 20:35:39 +0000 -
from git branch: cl_ext_cxx_for_opencl commit: 17d39ef018b76889855b4e8b0c0227381e867a95 +version v3.0.9-3-ged2ee44, +Wed, 20 Oct 2021 10:42:40 +0000 +
from git branch: master commit: ed2ee44e40c7dc381f1fef06b2c49afb4685bfc8
@@ -790,7 +790,7 @@

Contributors<

Notice

-

Copyright 2008-2020 The Khronos Group.

+

Copyright 2008-2021 The Khronos Group.

This specification is protected by copyright laws and contains material proprietary @@ -826,8 +826,8 @@

Notice

OpenWF, OpenSL ES, OpenMAX, OpenMAX AL, OpenMAX IL, OpenMAX DL, OpenML and DevU are trademarks of the Khronos Group Inc. ASTC is a trademark of ARM Holdings PLC, OpenCL is a trademark of Apple Inc. and OpenGL and OpenML are registered trademarks -and the OpenGL ES and OpenGL SC logos are trademarks of Silicon Graphics -International used under license by Khronos. All other product names, trademarks, +and the OpenGL ES and OpenGL SC logos are trademarks of Hewlett Packard Enterprise +used under license by Khronos. All other product names, trademarks, and/or company names are used solely for identification and belong to their respective owners.

@@ -837,7 +837,7 @@

Notice

Version

-

Built On: 2020-09-02
+

Built On: 2021-10-13
Version: 1.0.0

@@ -888,6 +888,19 @@

New API Enu

+

Preprocessor Macros

+
+
+

This extension defines a new language, instead of extending an existing +language. As such, there will be no preprocessor #define matching the +extension name string. Instead, dedicated preprocessor macros conveying +language version information are available as described in the C++ for +OpenCL Programming Language Documentation, section 2.2.2.2 "Predefined +macros".

+
+
+
+

Modifications to the OpenCL API Specification