Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ SYCL specification refer to that revision.

== Status

This is a proposed extension specification, intended to gather community
feedback. Interfaces defined in this specification may not be implemented yet
or may be in a preliminary state. The specification itself may also change in
incompatible ways before it is finalized. *Shipping software products should
not rely on APIs defined in this specification.*
This is an experimental extension specification, intended to provide early
access to features and gather community feedback. Interfaces defined in this
specification are implemented in {dpcpp}, but they are not finalized and may
change incompatibly in future versions of {dpcpp} without prior notice.
*Shipping software products should not rely on APIs defined in this
specification.*

== Introduction

Expand Down Expand Up @@ -1652,6 +1653,24 @@ block size.
the finalize call either extending the basic command graph proposal
or layered as a separate extension proposal.

== Non-implemented features
The following features are not yet or only partially implemented:

. Extending lifetime of buffers used in a graph.
. Buffer taking a copy of underlying host data when buffer is used in a graph.
. Executable graph `update()`.
. Using `handler::host_task` in a graph node.
. Using `handler::fill` in a graph node implemented for USM only.
. Using `handler::memset` in a graph node.
. Using `handler::prefetch` in a graph node.
. Using handler::memadvise in a graph node.
. Using specialization constants in a graph node.
. Using reductions in a graph node.
. Using sycl streams in a graph node.
. Thread safety of new methods.
. Profiling an event returned from graph submission with `event::get_profiling_info()`.
. Throwing exceptions for invalid usage is only partially implemented.

== Revision History

[cols="5,15,15,70"]
Expand Down