-
Notifications
You must be signed in to change notification settings - Fork 48
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 (2/10): team-level API, and rst update for release 4.2 #366
Conversation
73f6cfc
to
08c5c65
Compare
08c5c65
to
9926d1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about how useful are the examples with explicit OpenMP.
bool isEqual = KE::equal(exespace, KE::begin(a), KE::end(a), | ||
KE::begin(b), KE::end(b) p); | ||
|
||
// assuming OpenMP is enabled, then you can also explicitly call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Kokkos::DefaultHostExecutionSpace
instead
|
||
|
||
Overload set accepting execution space | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it safe to assume that execution space
can be Host or Device?
Add team-level API to and convert to rst the following algorithms:
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) Archive.zip
Example of rendered
find_if
: