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

Fix value_type of View::iterator #346

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

bernhardmgruber
Copy link
Member

This PR fixes the value_type of View::iterator to be compatible with algorithms which need to create an independent copy of a single view record, e.g. std::sort.

Additionally:

  • Add unit test sorting a View.
  • Fix usage of View with range filters.

Add unit test sorting a View.
Fix usage of View with range filters.
@bernhardmgruber bernhardmgruber merged commit a7b535d into alpaka-group:develop Aug 30, 2021
@bernhardmgruber bernhardmgruber deleted the sort branch August 30, 2021 17:41
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