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 13 #6351

Merged
merged 8 commits into from
Oct 5, 2023
Merged

Conversation

fnrizzi
Copy link
Contributor

@fnrizzi fnrizzi commented Aug 10, 2023

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

Content

Team-level implementation and tests for:

  • Kokkos_InclusiveScan.hpp
  • Kokkos_TransformInclusiveScan.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_InclusiveScan.hpp, Kokkos_TransformInclusiveScan.hpp: see wiki PR

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

The issue tracking all wiki PRs is here

@fnrizzi fnrizzi changed the title add team level for inclusive scan team-level std algos: part 13 Aug 10, 2023
@fnrizzi fnrizzi marked this pull request as draft August 10, 2023 13:00
@masterleinad masterleinad mentioned this pull request Sep 14, 2023
@fnrizzi
Copy link
Contributor Author

fnrizzi commented Sep 20, 2023

Retest this please

@fnrizzi fnrizzi marked this pull request as ready for review September 20, 2023 04:50
@crtrott crtrott added the Blocks Promotion Overview issue for release-blocking bugs label Oct 4, 2023
@crtrott crtrott merged commit e40f026 into kokkos:develop Oct 5, 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
Blocks Promotion Overview issue for release-blocking bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants