Skip to content

Commit

Permalink
[SYCL][Doc] Fix namespace in forward_progress spec (#12874)
Browse files Browse the repository at this point in the history
An automated renaming led to the sycl part of the namespace appearing in
the wrong place.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook authored Mar 1, 2024
1 parent e13e6f6 commit d5b98d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ of forward progress guarantee defined in the {cpp} core language specification.

[source,c++]
----
namespace ext::oneapi::experimental::sycl {
namespace sycl::ext::oneapi::experimental {
enum class forward_progress_guarantee {
concurrent,
Expand All @@ -279,7 +279,7 @@ execution within a SYCL implementation.

[source,c++]
----
namespace ext::oneapi::experimental::sycl {
namespace sycl::ext::oneapi::experimental {
enum class execution_scope {
work_item,
Expand Down

0 comments on commit d5b98d6

Please sign in to comment.