-
Notifications
You must be signed in to change notification settings - Fork 50
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 (9/10): team-level API, and rst update for release 4.2 #403
Conversation
4c91a4d
to
49773a3
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.
@antoinemeyer5 , @fnrizzi , @crtrott -- fine to merge the updates, but in the future, we should make sure that example code is paste-able and immediately run-able (assuming compilers in place), vs. pseudo code
using view_type = Kokkos::View<int*>; | ||
view_type a("a", 15); | ||
// fill a somehow | ||
|
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.
//TODO: write a tiny loop populating a 1D Kokkos View with a single integer value |
|
||
namespace KE = Kokkos::Experimental; | ||
Kokkos::View<double*> a("a", 13); | ||
// fill a somehow |
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.
// fill a somehow | |
// TODO: write a tiny loop populating a 1D Kokkos View with a single integer value |
|
||
namespace KE = Kokkos::Experimental; | ||
Kokkos::View<double*> a("a", 13); | ||
// fill a somehow |
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.
// fill a somehow | |
//TODO: write a tiny loop populating a 1D Kokkos View with a single integer value |
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