Skip to content

Commit 62e74fa

Browse files
authored
[NFC][SYCL][Graph][Doc] Clarify aspect relationship (#17996)
SYCL-Graph contains two aspects for a device to report extension support. Make the relationship between the two aspects clearer to readers, as it wasn't immediately obvious to reviewers of an [application PR](ggml-org/llama.cpp#12873) using these aspects.
1 parent 3d8550c commit 62e74fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ devices with full graph support are more prevalent.
321321

322322
|===
323323

324+
A device which reports `aspect::ext_oneapi_graph` must also report
325+
`aspect::ext_oneapi_limited_graph`, as `aspect::ext_oneapi_graph` is a
326+
superset of the limited aspect.
324327

325328
=== Node
326329

0 commit comments

Comments
 (0)