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

team-level std algos: part 9 #6213

Merged
merged 18 commits into from
Sep 19, 2023
Merged

team-level std algos: part 9 #6213

merged 18 commits into from
Sep 19, 2023

Conversation

fnrizzi
Copy link
Contributor

@fnrizzi fnrizzi commented Jun 12, 2023

Co-authored-by: Cezary Skrzyński
Co-authored-by: Jakub Strzebonski

Content

Team-level implementation and tests for:

  • Kokkos_Unique.hpp
  • Kokkos_AdjacentDifference.hpp
  • Kokkos_Reduce.hpp
  • Kokkos_TransformReduce.hpp

Technical comments

  • the change class -> typename and the enable if defaulted in the template parameters comes from this request

  • the code duplication is intentional and agreed upon after the long discussion in here

  • tests are run for both contiguous views and strided views

Other comments

Possible conflicts

Implementation-wise, this has not conflict with other team-level PRs so it could be merged independently.
However, a trivial conflict in the CMakeLists inside the unit test occurs if another of the team-level PRs is merged before this because each team-level PR adds test using a specific "label". Resolving this is trivial.

Associated wiki PRs

  • Kokkos_Unique.hpp: see wiki PR
  • Kokkos_AdjacentDifference.hpp, Kokkos_Reduce.hpp, Kokkos_TransformReduce.hpp: see wiki PR

IMPORTANT: wiki PRs are not complete yet but 99% there

The issue tracking all wiki PRs is here

Co-authored-by: Cezary Skrzyński
Co-authored-by: Jakub Strzebonski
@fnrizzi fnrizzi marked this pull request as draft June 12, 2023 14:36
@fnrizzi fnrizzi changed the title team-level std algos: part 9 of N team-level std algos: part 9/9 Jun 12, 2023
@fnrizzi fnrizzi changed the title team-level std algos: part 9/9 team-level std algos: part 9 Jul 4, 2023
@fnrizzi fnrizzi marked this pull request as ready for review August 8, 2023 09:45
@fnrizzi
Copy link
Contributor Author

fnrizzi commented Sep 13, 2023

need to fix the single in Unique

@fnrizzi

This comment was marked as outdated.

@fnrizzi
Copy link
Contributor Author

fnrizzi commented Sep 14, 2023

Retest this please

@fnrizzi

This comment was marked as outdated.

@masterleinad masterleinad mentioned this pull request Sep 14, 2023
@fnrizzi

This comment was marked as outdated.

@crtrott crtrott merged commit 06c6a73 into kokkos:develop Sep 19, 2023
27 of 28 checks passed
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.

None yet

4 participants