oneDPL Library Usage
Install the
Intel® oneAPI Base Toolkit
to use
oneDPL
.
To use Parallel STL or the Extension API, include the corresponding header files in your source code. All
oneDPL
header files are in the
oneapi/dpl
directory. Use
#include <oneapi/dpl/…>
to include them.
oneDPL
uses the namespace
oneapi::dpl
for the most of its classes and functions.
To use tested C++ standard APIs, you need to include the corresponding C++ standard header files and use the
std
namespace.