We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f969 commit 9478857Copy full SHA for 9478857
sycl/doc/extensions/experimental/sycl_ext_oneapi_cuda_async_barrier.asciidoc
@@ -261,7 +261,7 @@ public:
261
[source, c++]
262
----
263
using namespace sycl;
264
-using namespace sycl::ext::oneapi::cuda;
+using namespace sycl::ext::oneapi::experimental::cuda;
265
266
[...]
267
@@ -295,7 +295,7 @@ q.submit([&](handler &cgh) {
295
296
297
298
299
300
301
@@ -328,7 +328,7 @@ q.submit([&](handler &cgh) {
328
329
330
331
332
333
334
0 commit comments