Before You Begin¶
Visit the oneAPI DPC++ Library (oneDPL) Release Notes page for:
Where to Find the Release
Overview
New in this Release
Known Issues
Install the Intel® oneAPI Base Toolkit (Base Kit) 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 most 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.