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] copy_if implementation for sized output #1898

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

Conversation

MikeDvorskiy
Copy link
Contributor

@MikeDvorskiy MikeDvorskiy commented Oct 14, 2024

The change introduces size limit for an output range support for copy_if algorithm (seq/unseq/par, tbb, omp, serial backends).

//TODO: dpcpp backend support

In spite of //TOOD I would ask to start review because there is big amount of non-trivial changes.

@MikeDvorskiy MikeDvorskiy marked this pull request as draft October 14, 2024 11:01
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/copy_if_sized_output branch 2 times, most recently from 2d47235 to 69df5b4 Compare October 15, 2024 15:54
@MikeDvorskiy MikeDvorskiy marked this pull request as ready for review November 18, 2024 16:39
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/copy_if_sized_output branch 3 times, most recently from 79bb4a3 to 4072deb Compare November 20, 2024 15:27
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/copy_if_sized_output branch from 4072deb to 62b82e4 Compare November 28, 2024 17:44
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.

1 participant