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
Fix an apparent mistake in GraphBuilder.add_child (#879)
* Fix an apparent mistake in GraphBuilder.add_child
While working on C++ stand-alone code executing what `test_graph.py`
does in gh-843, I noticed that `add_child` passes dependendencies
extracted from capturing stream inconsistently with num_dependencies
parameter obtained in the same cuStreamGetCaptureInfo call.
Incidentally, after correcting this error, I can no longer reproduce
errors reported in gh-843
* Implemented fix to work with both CTK 12.9 and CTK 13.0
0 commit comments