-
Notifications
You must be signed in to change notification settings - Fork 45
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
Document completion queries for execution spaces #368
base: main
Are you sure you want to change the base?
Document completion queries for execution spaces #368
Conversation
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.
You accidentally pushed documentation for printf
8b3a04f
to
949a06b
Compare
Fixed. |
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.
Looks good!
@@ -313,6 +313,8 @@ Functions | |||
|
|||
* ``const char* name() const;``: *Returns* the label of the execution space instance. | |||
|
|||
* ``bool is_running() const;``: *Returns* ``true`` if the execution space is currently executing a kernel, otherwise returns ``false``. Therefore, if the function returns ``false``, all kernels submitted by the current thread have been completed. | |||
|
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.
Group comment:
- Revisit once code PR finalized
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.
(Reacting to the agenda for the documentation session next Tuesday, Jan 16th)
This is NOT ready to merge. The work it is documenting is a draft PR and has not been merged
See kokkos/kokkos#6051.