Add a new DPCTLEvent_GetCommandExecutionStatus function#516
Merged
vlad-perevezentsev merged 1 commit intoIntelPython:masterfrom Aug 4, 2021
Merged
Conversation
Collaborator
9 tasks
| int64_t DPCTL_GetRelativeDeviceId(const sycl::device &Device); | ||
|
|
||
| /*! | ||
| * @brief Converts a sycl::info::event_command_status enum value to |
Contributor
There was a problem hiding this comment.
Suggested change
| * @brief Converts a sycl::info::event_command_status enum value to | |
| * @brief Converts a ``sycl::info::event_command_status`` enum value to |
| * @brief Converts a sycl::info::event_command_status enum value to | ||
| * corresponding DPCTLSyclEventStatusType enum value. | ||
| * | ||
| * @param SyclESTy sycl::info::event_command_status to be converted |
Contributor
There was a problem hiding this comment.
Suggested change
| * @param SyclESTy sycl::info::event_command_status to be converted | |
| * @param SyclESTy ``sycl::info::event_command_status`` to be converted |
| * @param SyclESTy sycl::info::event_command_status to be converted | ||
| * to DPCTLSyclEventStatusType enum. | ||
| * @return A DPCTLSyclEventStatusType enum value for the input | ||
| * sycl::info::event_command_status enum value. |
Contributor
There was a problem hiding this comment.
Suggested change
| * sycl::info::event_command_status enum value. | |
| * ``sycl::info::event_command_status`` enum value. |
| * @brief Returns the DPCTLSyclEventStatusType enum value for the | ||
| * DPCTLSyclEventRef argument. | ||
| * | ||
| * @param ERef Opaque pointer to a sycl::event |
Contributor
There was a problem hiding this comment.
Suggested change
| * @param ERef Opaque pointer to a sycl::event | |
| * @param ERef Opaque pointer to a ``sycl::event`` |
2c4172c to
40a90c8
Compare
40a90c8 to
9aff276
Compare
oleksandr-pavlyk
approved these changes
Aug 2, 2021
Contributor
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
Thanks @vlad-perevezentsev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR
DPCTLEvent_GetCommandExecutionStatusfunction, which returns the value of theDPCTLSyclEventStatusTypeenumeration for the DPCTLSyclEventRef argument.DPCTLSyclEventStatusTypeenumeration for all types from the SYCL specificationDPCTL_SyclEventStatusToDPCTLEventStatusTypeconverter function fromsycl:: infotoDPCTLSyclEventStatusTypeenumeration types