-
Notifications
You must be signed in to change notification settings - Fork 30
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_GetWaitList function #510
Add a new DPCTLEvent_GetWaitList function #510
Conversation
ca2e895
to
05f0326
Compare
@oleksandr-pavlyk I added a Sycl test for function.
Dependencies passed via ' sycl:: handler::depends_on` are not included in the graph, but are tracked (Compiler LLVM team). |
97e11c4
to
b433ce7
Compare
b433ce7
to
5d4c55f
Compare
5d4c55f
to
b5374bb
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.
I have applied the requested changes and resolved conflicts from earlier merges
This PR adds the 'DPCTLEvent_GetWaitList' function which returns the list of events that this event waits for in the dependence graph.