You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][Graph] Fix bug with debug print graph feature (#11976)
Some nodes may not have any associated CommandGroup, e.g. empty nodes.
This PR therefore changes the way node IDs are assigned in the printed
graph.
Node IDs are now based on the Node address instead of the CommandGroup
address.
The test has been update to generate a node without a CommandGroup.
0 commit comments