Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oneDPL][ranges] support size limit for output for merge algorithm #1942

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

MikeDvorskiy
Copy link
Contributor

@MikeDvorskiy MikeDvorskiy commented Nov 20, 2024

[oneDPL][ranges] support size limit for output for merge algorithm.
The change is according to https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3179r2.html#range_as_output

  1. serial pattern
  2. parallel pattern (tbb)
  3. parallel pattern (openMP)
  4. parallel pattern (serial backend)
  5. parallel pattern (DPCPP backend)

@MikeDvorskiy MikeDvorskiy marked this pull request as draft November 20, 2024 14:30
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch 9 times, most recently from 33cd332 to d443dbe Compare November 27, 2024 12:03
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch 4 times, most recently from 9ebcfb6 to 0066210 Compare November 28, 2024 11:55
@MikeDvorskiy MikeDvorskiy marked this pull request as ready for review November 28, 2024 15:24
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch from 271af70 to 59de462 Compare November 28, 2024 17:41
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch 2 times, most recently from 1f1562b to 398aefe Compare November 28, 2024 17:49
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch 3 times, most recently from 93da4bc to 3f648a7 Compare November 29, 2024 16:58
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch from 3f648a7 to 5b078ad Compare November 29, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants