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 12d35de commit f0c02faCopy full SHA for f0c02fa
source/elements/oneDPL/source/common.rst
@@ -5,7 +5,6 @@
5
Namespaces
6
----------
7
8
-oneDPL uses :code:`namespace oneapi::std` for the subset of the standard C++ library for kernels,
9
-and uses :code:`namespace oneapi::dpl` for other functionality including Parallel STL algorithms,
10
-oneDPL execution policies, and extensions.
11
-
+oneDPL uses :code:`namespace oneapi::dpl` for all its functionality including Parallel STL algorithms,
+oneDPL execution policies, etc. For the subset of the standard C++ library for kernels, the standard class
+and function names are also aliased in :code:`namespace oneapi::dpl`.
0 commit comments