Skip to content

Commit e07d7f8

Browse files
reblekeryell
andauthored
typo
Co-authored-by: Ronan Keryell <[email protected]>
1 parent 1eb97e2 commit e07d7f8

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
@@ -421,7 +421,7 @@ int main() {
421421
auto node_f1 = g.free(x, {node_c});
422422
auto node_f1 = g.free(y, {node_b});
423423
424-
auto exec = compile(q);
424+
auto exec = g.compile(q);
425425
426426
q.submit(exec).wait();
427427

0 commit comments

Comments
 (0)