We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23663b8 commit 167e295Copy full SHA for 167e295
1 file changed
adoc/chapters/programming_interface.adoc
@@ -91,7 +91,8 @@ For compatibility with SYCL 1.2.1, SYCL provides another standard header file:
91
[code]#<sycl/sycl.hpp>#.
92
In that case, all SYCL classes, constants, types and functions defined by this
93
specification should exist within the [code]#::cl::sycl# {cpp} namespace.
94
-The [code]#<CL/sycl.hpp># header is deprecated.
+The [code]#<CL/sycl.hpp># header and all declarations within the
95
+[code]#::cl::sycl# namespace are deprecated.
96
97
For consistency, the programming API will only refer to the
98
[code]#<sycl/sycl.hpp># header and the [code]#::sycl# namespace, but this should
0 commit comments