Conversation
Signed-off-by: neuriv <330472862+neuriv@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: NVIDIA/cuopt/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughChangesCUDA graph error handling
Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix · Severity of issue fixed: Medium Suggested reviewers: Merge Risk: ⚪ Minimal · up to The changed graph lifecycle preserves valid launch state and propagates unexpected CUDA failures. No actionable merge risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Linked Issues checkExplanation Issue Resolution Add and register automated tests for the required failure and recovery paths in Issue
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
Description
Check CUDA graph return values and keep capture and executable-graph state consistent on failure. Release temporary graphs with the existing scope guard. Preserve successful updates and clear expected update errors before rebuilding an executable graph.
Closes #1758
Testing
ubuntu 22.04, cuda 12.9.86, 1xa100.
test passed. compute sanitizer shows 0 issues as well.
The four routing integration tests passed on baseline.
unit test