Skip to content

oneDPL 2021.7.1 release

Compare
Choose a tag to compare
@ValentinaKats ValentinaKats released this 15 Nov 13:50
56e5a7e

New Features

  • Added possibility to construct a zip_iterator out of a std::tuple of iterators.
  • Added 9 more serial-based versions of algorithms: is_heap, is_heap_until, make_heap, push_heap, pop_heap, is_sorted, is_sorted_until, partial_sort, partial_sort_copy. Please refer to Tested Standard C++ API Reference.

Fixed Issues

  • Added namespace alias dpl = oneapi::dpl into all public headers.
  • Fixed error in reduce_by_segment algorithm.
  • Fixed errors when data size is 0 in upper_bound, lower_bound and binary_search algorithms.
  • Fixed wrong results error in algorithms call with permutation iterator.