Skip to content

Commit 167e295

Browse files
committed
Clarify that cl::sycl itself is deprecated too
1 parent 23663b8 commit 167e295

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ For compatibility with SYCL 1.2.1, SYCL provides another standard header file:
9191
[code]#<sycl/sycl.hpp>#.
9292
In that case, all SYCL classes, constants, types and functions defined by this
9393
specification should exist within the [code]#::cl::sycl# {cpp} namespace.
94-
The [code]#<CL/sycl.hpp># header is deprecated.
94+
The [code]#<CL/sycl.hpp># header and all declarations within the
95+
[code]#::cl::sycl# namespace are deprecated.
9596

9697
For consistency, the programming API will only refer to the
9798
[code]#<sycl/sycl.hpp># header and the [code]#::sycl# namespace, but this should

0 commit comments

Comments
 (0)