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

More segmented algorithms #1968

Merged
merged 6 commits into from
Jan 29, 2016
Merged

More segmented algorithms #1968

merged 6 commits into from
Jan 29, 2016

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jan 26, 2016

This adds:

  • segmented versions of parallel::generate,
  • segmented versions of parallel::minmax_element, parallel::min_element, parallel::max_element
  • range-based versions for those algorithms
  • adapt existing versions of those algorithms to N4560

- adding range based parallel::generate
- adding parallel::min_element, parallel::max_element, and parallel::minmax_element
- converted corresponding plain algorithms to conform to N4560
- adding tests
- flyby: added move constructor to distribution policies
@@ -373,7 +373,7 @@ namespace hpx { namespace server
#define HPX_REGISTER_VECTOR_DECLARATION(...) \
HPX_REGISTER_VECTOR_DECLARATION_(__VA_ARGS__) \
/**/
#define HPX_REGISTER_VECTOR_DECLARATION_(...) \
#define HPX_REGISTER_PARTITIONED_VECTOR_DECLARATION_(...) \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the macro above be changed as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhh, I changed the wrong macro. Will fix.

hkaiser added a commit that referenced this pull request Jan 29, 2016
@hkaiser hkaiser merged commit d73f9ce into master Jan 29, 2016
@hkaiser hkaiser deleted the segmented_algorithms branch January 29, 2016 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants