Skip to content

Commit 9478857

Browse files
committed
fixed namespace in examples
1 parent 8e4f969 commit 9478857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_cuda_async_barrier.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public:
261261
[source, c++]
262262
----
263263
using namespace sycl;
264-
using namespace sycl::ext::oneapi::cuda;
264+
using namespace sycl::ext::oneapi::experimental::cuda;
265265
266266
[...]
267267
@@ -295,7 +295,7 @@ q.submit([&](handler &cgh) {
295295
[source, c++]
296296
----
297297
using namespace sycl;
298-
using namespace sycl::ext::oneapi::cuda;
298+
using namespace sycl::ext::oneapi::experimental::cuda;
299299
300300
[...]
301301
@@ -328,7 +328,7 @@ q.submit([&](handler &cgh) {
328328
[source, c++]
329329
----
330330
using namespace sycl;
331-
using namespace sycl::ext::oneapi::cuda;
331+
using namespace sycl::ext::oneapi::experimental::cuda;
332332
333333
[...]
334334

0 commit comments

Comments
 (0)