- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10.9k
[Minor] Add some clarifying comments to recent changes #27130
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
Conversation
This is a follow-on to PRs vllm-project#26737 and vllm-project#26961 to add some clarifying comments that were suggested in review. Signed-off-by: Nick Hill <nhill@redhat.com>
| Let's not waste a CI run on this one! | 
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.
Code Review
This pull request adds clarifying comments to the code, enhancing readability and understanding of the logic behind certain design choices, particularly in the shm_broadcast.py and output.py files. The comments explain the rationale behind the size of the shared memory buffer and the order of operations in the message queue. All changes appear to be well-justified and improve the code's maintainability.
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.
great, thanks!
…27130) Signed-off-by: Nick Hill <nhill@redhat.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…27130) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
This is a follow-on to PRs #26737 and #26961 to add some clarifying comments that were suggested in review by @russellb.