-
Notifications
You must be signed in to change notification settings - Fork 3
[SYCL][Graph] Moving non-implemented features to extra section #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][Graph] Moving non-implemented features to extra section #282
Conversation
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
[source, c++] | ||
---- | ||
void | ||
update(const command_graph<graph_state::modifiable>& graph); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a section on update
on line 534, do we want to move that too?
Also, line 386 in the API overview is the update declaration that can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I've (re-)moved this part on updating a graph.
…eble/llvm into pablo/opt-out-non-implemented-features
…he Spec (#281) --------- Co-authored-by: Ben Tracy <ben.tracy@codeplay.com>
Will merge this now, and mark intel#10473 as ready for review |
Addressing spec feedback.
For better readability and user experience: Non-implemented features are described in a section future directions and added later. Some descriptions have been replaced by text stubs saying this is not supported.