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

Draft
wants to merge 36 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)

Update: Changes to draft status, causing faced to design issue, connected with different return types from the merge patterns - __result_and_scratch_storage/__result_and_scratch_storage_base. As an option - to have one common type of __result_and_scratch_storage for the all needs (ate least for pattern dpcpp merge patterns).

@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 7 times, most recently from 3f648a7 to 5b078ad Compare November 29, 2024 17:24
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/merge_sized_output branch from 98a7acb to c81b4c1 Compare December 23, 2024 13:50
@MikeDvorskiy MikeDvorskiy marked this pull request as draft December 29, 2024 10:00
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