Skip to content

Commit

Permalink
Remove error handling paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Apr 23, 2024
1 parent df11a02 commit c713ebb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1666,13 +1666,6 @@ being thrown in the default queue executing state, will still be thrown when a
queue is in the recording state. Queue query methods operate as usual in
recording mode, as opposed to throwing.

The `command_graph::begin_recording` and `command_graph::end_recording`
entry-points return a `bool` value informing the user whether a related queue
state change occurred. False is returned rather than throwing an exception when
no queue state is changed. This design is because the queues are already in
the state the user desires, so if the function threw an exception in this case,
the application would likely swallow it and then proceed.

=== Interaction With Other Extensions [[extension-interaction]]

This section defines the interaction of `sycl_ext_oneapi_graph` with other
Expand Down

0 comments on commit c713ebb

Please sign in to comment.