Skip to content

Commit ee1c8e3

Browse files
authored
[SYCL][Graph] Fix spec section numbering (#11237)
The specification section defining the interaction with `sycl_ext_oneapi_bindless_images` should be one level lower in the heirarchy.
1 parent 3e91e9d commit ee1c8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,12 +1237,12 @@ code `invalid` if a user tries to add them to a graph.
12371237
Removing this restriction is something we may look at for future revisions of
12381238
`sycl_ext_oneapi_graph`.
12391239

1240-
=== sycl_ext_oneapi_bindless_images
1240+
==== sycl_ext_oneapi_bindless_images
12411241

12421242
The new handler methods, and queue shortcuts, defined by
12431243
link:../experimental/sycl_ext_oneapi_bindless_images.asciidoc[sycl_ext_oneapi_bindless_images]
12441244
cannot be used in graph nodes. A synchronous exception will be thrown with error
1245-
code `invalid` if a user tries to add them to a graph
1245+
code `invalid` if a user tries to add them to a graph.
12461246

12471247
Removing this restriction is something we may look at for future revisions of
12481248
`sycl_ext_oneapi_graph`.

0 commit comments

Comments
 (0)