Commit 0b81edd
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.01 parent 2747d62 commit 0b81edd
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
686 | 689 | | |
687 | 690 | | |
688 | 691 | | |
689 | 692 | | |
690 | | - | |
| 693 | + | |
691 | 694 | | |
692 | 695 | | |
693 | 696 | | |
| |||
0 commit comments