Skip to content

oneDPL 2021.7.0 release

Compare
Choose a tag to compare
@ValentinaKats ValentinaKats released this 23 May 15:35
· 1 commit to release/2021.7 since this release
df96969

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_segment used with
    a device_policy object that has no explicit kernel name.