You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
There are no gurantees that more than one instance of graph will execute concurrently. Submitting a graph for execution, before a previous execution has been complete may result in serialized execution depending on the SYCL backend an characteristics of the graph.
With the current specified behaviour it is hard for the user to know if the runtime will throw an error or not when they write application code attempting this.
Decide on wording for submitting an executable graph while another instance of the same executable graph is still executing.
The current SYCL_EXT_ONEAPI_GRAPH wording is
While SYCL_EXT_CODEPLAY_GRAPHS wording is
With the current specified behaviour it is hard for the user to know if the runtime will throw an error or not when they write application code attempting this.