Skip to content

Commit

Permalink
Make topology changes from dynamic command groups an error
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Jul 30, 2024
1 parent e171365 commit cb49609
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,10 @@ Exceptions:
* Throws with error code `invalid` if the `dynamic_command_group` is created with
command-group functions that are not kernel executions.

* Throws with error code `invalid` if the command-group functions in `cgfList` have
event dependencies that are incompatible with each other and would result in
different graph topologies when set to active.

|
[source,c++]
----
Expand Down

0 comments on commit cb49609

Please sign in to comment.