Skip to content

[SYCL][DOC] Introduce limitations to the Reusable Events specification.#22658

Draft
slawekptak wants to merge 1 commit into
intel:syclfrom
slawekptak:ext_reusable_events_spec_cross_ctx_queue_returned_limit
Draft

[SYCL][DOC] Introduce limitations to the Reusable Events specification.#22658
slawekptak wants to merge 1 commit into
intel:syclfrom
slawekptak:ext_reusable_events_spec_cross_ctx_queue_returned_limit

Conversation

@slawekptak

Copy link
Copy Markdown
Contributor

Update the sycl_ext_oneapi_reusable_events specification with some limitations related to the following:

  • Limit the interoperability between the Reusable Events API and other event APIs.
  • Limit the enqueue_wait_event and enqueue_wait_events, so they can only be called with events on the same context as the queue.

The limitations are related to how host tasks are used for cross-context dependencies in the SYCL RT.

Update the sycl_ext_oneapi_reusable_events specification with some
limitations related to the following:
- Limit the interoperability between the Reusable Events API and
other event APIs.
- Limit the enqueue_wait_event and enqueue_wait_events, so they can
only be called with events on the same context as the queue.

The limitations are related to how host tasks are used for
cross-context dependencies in the SYCL RT.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant