Skip to content

Commit b5779bb

Browse files
reblekeryell
andauthored
using constructor for command graph creation (I/II)
Co-authored-by: Ronan Keryell <[email protected]>
1 parent 54f4f9d commit b5779bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ int main() {
371371
372372
sycl::queue q;
373373
374-
auto g = sycl::ext::oneapi::experimental::make_graph();
374+
sycl::ext::oneapi::experimental::command_graph g;
375375
376376
float *x , *y, *z;
377377

0 commit comments

Comments
 (0)