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 4 #6208

Merged
merged 10 commits into from
Aug 30, 2023
Merged

team-level std algos: part 4 #6208

merged 10 commits into from
Aug 30, 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_MinElement.hpp
  • Kokkos_MaxElement.hpp
  • Kokkos_MinMaxElement.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_MinElement.hpp, Kokkos_MaxElement.hpp, Kokkos_MinMaxElement.hpp: see wiki PR

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

The issue tracking all wiki PRs is here

@fnrizzi fnrizzi marked this pull request as draft June 12, 2023 14:05
@fnrizzi fnrizzi changed the title team-level std algos: part 4 of N team-level std algos: part 4/9 Jun 12, 2023
@fnrizzi fnrizzi marked this pull request as ready for review June 21, 2023 08:23
@fnrizzi fnrizzi marked this pull request as draft June 21, 2023 13:38
Co-authored-by: Cezary Skrzyński
Co-authored-by: Jakub Strzebonski
@fnrizzi fnrizzi changed the title team-level std algos: part 4/9 team-level std algos: part 4 Jul 4, 2023
@fnrizzi fnrizzi marked this pull request as ready for review July 4, 2023 08:52
@fnrizzi
Copy link
Contributor Author

fnrizzi commented Jul 4, 2023

unrelated failure:

The following tests FAILED:
13 - Kokkos_CoreUnitTest_SYCLInterOpStreams (Failed)

@fnrizzi fnrizzi marked this pull request as draft July 19, 2023 06:30
@fnrizzi fnrizzi marked this pull request as ready for review July 27, 2023 12:39
@fnrizzi
Copy link
Contributor Author

fnrizzi commented Aug 8, 2023

only hvhpc fails with compiler error opc

@crtrott crtrott merged commit de4380e into kokkos:develop Aug 30, 2023
28 checks passed
@masterleinad masterleinad mentioned this pull request Sep 14, 2023
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

3 participants