-
Notifications
You must be signed in to change notification settings - Fork 47
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 (4/10): team-level API, and rst update for release 4.2 #390
base: main
Are you sure you want to change the base?
Conversation
97d5192
to
732fca4
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.
KE::fill(Kokkos::DefaultExecutionSpace(), a, 22.); | ||
|
||
// explicitly set execution space (assuming active) | ||
KE::fill(Kokkos::OpenMP(), KE::begin(a), KE::end(a), 14.); |
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.
KE::fill(Kokkos::OpenMP(), KE::begin(a), KE::end(a), 14.); | |
// // To run explicitly on the Host (assuming a and b are accessible on Host) | |
KE::fill(Kokkos::DefaultHostExecutionSpace(), KE::begin(a), KE::end(a), 14.); |
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 think the explicit space here was done to show, that it is possible to pass any enabled execution space.
@mperrinel - are you still working on this PR? |
no he is not in a while |
Thanks @fnrizzi! @JBludau , might you be able to take over this PR, and bring it in for a smooth landing? |
I can take a look |
@crtrott - all requested changes have been made |
docs/source/API/algorithms/std-algorithms/all/StdReplaceCopy.rst
Outdated
Show resolved
Hide resolved
docs/source/API/algorithms/std-algorithms/all/StdReplaceCopyIf.rst
Outdated
Show resolved
Hide resolved
Ok, as I was asked to finish this one: |
Add team-level API to and convert to rst the following algorithms:
To see rendered pages, open individual html with Firefox (MUST be firefox or it won't display correctly) Archive.zip