Releases: uxlfoundation/oneDPL
Releases · uxlfoundation/oneDPL
oneDPL 2021.7.0 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_segment
used with
a device_policy object that has no explicit kernel name.
oneDPL 2021.6.1 release
- Fixed compilation errors with C++20.
- Fixed
CL_OUT_OF_RESOURCES
issue for Radix sort algorithm executed on CPU devices. - Fixed crashes in
exclusive_scan_by_segment
,inclusive_scan_by_segment
,reduce_by_segment
algorithms applied to
device-allocated USM.
oneDPL 2021.6.0 release
oneDPL-2021.6.0-release Update documentation version for 2021.6 release (#453) (#454)
oneDPL 2021.5.0 release
Signed-off-by: Valentina Kats [email protected]
oneDPL 2021.4.0 release
Signed-off-by: haonanya [email protected]
oneDPL 2021.3.0 release
Signed-off-by: Valentina Kats [email protected]
oneDPL 2021.2.0 release
Signed-off-by: haonanya [email protected]
oneDPL golden release
Update documents for oneDPL golden release Signed-off-by: gejin <[email protected]>
Parallel STL 20201111 release
Committing Parallel STL 20201111 open source release
oneDPL beta10 release
Signed-off-by: gejin <[email protected]>