-
Notifications
You must be signed in to change notification settings - Fork 495
UCT/DEVICE: ring db in atomic way #10994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe function Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Areas requiring extra attention:
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (6)
src/uct/ib/mlx5/gdaki/gdaki.c(2 hunks)src/uct/ib/mlx5/gdaki/gdaki.cuh(3 hunks)src/uct/ib/mlx5/gdaki/gdaki_dev.h(0 hunks)test/gtest/ucp/cuda/test_kernels.cu(0 hunks)test/gtest/ucp/cuda/test_kernels.h(0 hunks)test/gtest/ucp/test_ucp_device.cc(0 hunks)
💤 Files with no reviewable changes (4)
- test/gtest/ucp/cuda/test_kernels.cu
- src/uct/ib/mlx5/gdaki/gdaki_dev.h
- test/gtest/ucp/cuda/test_kernels.h
- test/gtest/ucp/test_ucp_device.cc
25768e8 to
86f1972
Compare
What?
Ring doorbell in atomic way.
No need cas wait on db lock.
Based on PR10959
Why?
Optimize performance for doorbell.
How?
Merge 2 stage db into 1.
Summary by CodeRabbit