File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
sycl/doc/extensions/experimental Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -733,6 +733,27 @@ _Constraints_: Device and context associated with queue need to be identical
733733to device and context provided at command graph creation.
734734
735735_Effects_: Submits an executable command graph to the `sycl::queue`.
736+
737+ a|
738+ [frame=all,grid=none]
739+ !====
740+ a!
741+ [source,c++]
742+ ----
743+ namespace sycl::ext::oneapi::experimental {
744+
745+ sycl::event submit_with_event(sycl::queue q, command_graph<graph_state::executable> g);
746+
747+ }
748+ ----
749+ !====
750+ _Constraints_: Device and context associated with queue need to be identical
751+ to device and context provided at command graph creation.
752+
753+ _Effects_: Submits an executable command graph to the `sycl::queue`.
754+
755+ _Returns_: A `sycl::event` associated with the submitted command.
756+
736757|====
737758
738759== Issues
You can’t perform that action at this time.
0 commit comments