oneDPL 2021.7.0 release
·
1 commit
to release/2021.7
since this release
Deprecation Notice
- Deprecated support of C++11 for Parallel API with host execution policies (
seq,unseq,par,par_unseq).
C++17 is the minimal required version going forward.
Fixed Issues
- Fixed a kernel name definition error in range-based algorithms and
reduce_by_segmentused with
a device_policy object that has no explicit kernel name.