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

stdalgos (10/10): team-level API, and rst update for release 4.2 #440

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

antoinemeyer5
Copy link
Collaborator

@antoinemeyer5 antoinemeyer5 commented Jul 17, 2023

Add team-level API to and convert to rst the following algorithms:

Kokkos_PartitionPoint.hpp
Kokkos_AdjacentDifference.hpp
Kokkos_Reduce.hpp
Kokkos_TransformReduce.hpp
Kokkos_ExclusiveScan.hpp
Kokkos_TransformExclusiveScan.hpp
Kokkos_InclusiveScan.hpp
Kokkos_TransformInclusiveScan.hpp

NOTE: this follows the new structure for documenting the API, but does not use sphinx because the lack of properly aligning things make things quite unreadable.

Open individual html with Firefox (must be firefox or it won't display correctly)

@antoinemeyer5 antoinemeyer5 self-assigned this Jul 17, 2023
@fnrizzi fnrizzi changed the title std_algos: part 10/10: add team-level API and convert to rst (DO NOT MERGE UNTIL CODE PR MERGED) stdalgos: part 10/10: add team-level API and convert to rst (DO NOT MERGE UNTIL CODE PR MERGED) Dec 9, 2023
@fnrizzi fnrizzi changed the title stdalgos: part 10/10: add team-level API and convert to rst (DO NOT MERGE UNTIL CODE PR MERGED) stdalgos (10/N): team-level API, and rst update for release 4.2 Dec 10, 2023
@fnrizzi fnrizzi changed the title stdalgos (10/N): team-level API, and rst update for release 4.2 stdalgos (10/10): team-level API, and rst update for release 4.2 Dec 10, 2023
Copy link
Contributor

@ajpowelsnl ajpowelsnl left a comment

Choose a reason for hiding this comment

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

@antoinemeyer5 , @fnrizzi , @crtrott -- Looks good; only potential (future) "gotcha" is the warning about methods being in Kokkos::Experimental namespace. This "gotcha" will be true for a number of the std::algorithms entries.

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.

3 participants