Skip to content

Commit fe41843

Browse files
authored
Pass handler by reference for new functions
1 parent d85057a commit fe41843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_enqueue_functions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ namespace sycl::ext::oneapi::experimental {
726726
727727
void execute_graph(sycl::queue q, command_graph<graph_state::executable> &g);
728728
729-
void execute_graph(sycl::handler h, command_graph<graph_state::executable> &g);
729+
void execute_graph(sycl::handler &h, command_graph<graph_state::executable> &g);
730730
731731
}
732732
----

0 commit comments

Comments
 (0)