Change deprecated calls of stream_ref.wait() to stream_ref.sync() - #23653
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesCUDA stream synchronization
Estimated code review effort: 1 (Trivial) | ~3 minutes Mergeability Score: ⚪ Minimal · up to This is a localized deprecated API replacement with no actionable merge-blocking risk remaining after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
vyasr
left a comment
There was a problem hiding this comment.
We need to audit our CI. I did think about this but I thought I got all the cases, and I trusted CI passing as sufficient because we build with warnings as errors. I don't yet understand how my PR could have passed CI in the current state unless CCCL has an extra knob for its own deprecation warnings somehow.
|
/merge |
Description
Fixes deprecation warnings for calls to
cuda::stream_ref::wait()by changing them to the recommendedcuda::stream_ref::sync()instead.Example deprecation warning:
Introduced by #23645
Checklist