Commit bb1c0f9
committed
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-8431 parent 85da64b commit bb1c0f9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
0 commit comments