stdalgos (4/10): team-level API, and rst update for release 4.2#390
stdalgos (4/10): team-level API, and rst update for release 4.2#390mperrinel wants to merge 7 commits into
Conversation
97d5192 to
732fca4
Compare
| 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.
| 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.
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 |
|
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