[SYCL][DOC] Introduce IPC for events in sycl_ext_oneapi_inter_process_communication#21334
Open
slawekptak wants to merge 17 commits intointel:syclfrom
Open
[SYCL][DOC] Introduce IPC for events in sycl_ext_oneapi_inter_process_communication#21334slawekptak wants to merge 17 commits intointel:syclfrom
slawekptak wants to merge 17 commits intointel:syclfrom
Conversation
gmlueck
reviewed
Mar 16, 2026
…_communication.asciidoc Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
gmlueck
reviewed
Apr 20, 2026
| _Returns:_ A pointer to an event which is synchronized with the event | ||
| represented by `handle_data`. The returned event is associated with context | ||
| `ctx`. Those events are synchronized in a sense, that when one of the events | ||
| gets signaled, that state is automatically represented in the other event. |
Contributor
There was a problem hiding this comment.
What device is the event associated with? Does this API need to take a device parameter?
| represented by `handle_data`. The returned event is associated with context | ||
| `ctx`. Those events are synchronized in a sense, that when one of the events | ||
| gets signaled, that state is automatically represented in the other event. | ||
|
|
Contributor
There was a problem hiding this comment.
I think we should add a Remarks section:
Remarks: In order to avoid a resource leak, the event returned from this function must be passed to the
closefunction when it is no longer needed.
But this makes me wonder why we need the close function at all. Why can't the SYCL runtime automatically close the event when the event object is destroyed?
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.
No description provided.