Skip to content

Commit d5b98d6

Browse files
authored
[SYCL][Doc] Fix namespace in forward_progress spec (intel#12874)
An automated renaming led to the sycl part of the namespace appearing in the wrong place. Signed-off-by: John Pennycook <[email protected]>
1 parent e13e6f6 commit d5b98d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ of forward progress guarantee defined in the {cpp} core language specification.
254254

255255
[source,c++]
256256
----
257-
namespace ext::oneapi::experimental::sycl {
257+
namespace sycl::ext::oneapi::experimental {
258258
259259
enum class forward_progress_guarantee {
260260
concurrent,
@@ -279,7 +279,7 @@ execution within a SYCL implementation.
279279

280280
[source,c++]
281281
----
282-
namespace ext::oneapi::experimental::sycl {
282+
namespace sycl::ext::oneapi::experimental {
283283
284284
enum class execution_scope {
285285
work_item,

0 commit comments

Comments
 (0)