-
Notifications
You must be signed in to change notification settings - Fork 30
Add a new DPCTLEvent_Copy function #504
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
Add a new DPCTLEvent_Copy function #504
Conversation
@vlad-perevezentsev Please add tests to |
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.
Please use double quotes around sycl entities to help with expected rendering of the reference pages.
Also, please squash all your commits into one.
The failures of Linux CI are to be expected and are not due to changes under review in this PR. |
3d69461
to
638abd3
Compare
9f871f3
to
9041434
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.
Thanks @vlad-perevezentsev , LGTM
This PR adds the
DPCTLEvent_Copy
function which returns a copy of theDPCTLSyclEventRef
object.