Planned CODEOWNERS & review/approval approach changes#2815
Planned CODEOWNERS & review/approval approach changes#2815aleozlx wants to merge 2 commits intoflashinfer-ai:mainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request overhauls the repository's code ownership and review process. It transitions from an automated, detailed CODEOWNERS system to a simplified, manually managed one that focuses on high-level, team-based ownership for critical modules. This change aims to streamline the review workflow, reduce maintenance overhead, and leverage GitHub's native features more effectively. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request refactors the CODEOWNERS file, moving from a complex, auto-generated system to a simpler, manually maintained one. This is a great improvement for clarity and maintainability. The new structure is well-organized by feature areas. I've found a minor formatting issue where the alignment of owners is inconsistent, making the file harder to read. I've added a specific comment with a suggestion to fix this. Overall, this is a positive change that simplifies the code ownership process.
| benchmarks/gdn/ @flashinfer-ai/misc-op-owners @kahyunnam | ||
| csrc/gdn_prefill_launcher.cu @flashinfer-ai/misc-op-owners @kahyunnam | ||
| csrc/gdn_prefill_sm90_kernel_inst.jinja @flashinfer-ai/misc-op-owners @kahyunnam | ||
| flashinfer/gdn_decode.py @flashinfer-ai/misc-op-owners @kahyunnam | ||
| flashinfer/gdn_kernels/ @flashinfer-ai/misc-op-owners @kahyunnam | ||
| flashinfer/gdn_prefill.py @flashinfer-ai/misc-op-owners @kahyunnam | ||
| flashinfer/jit/gdn.py @flashinfer-ai/misc-op-owners @kahyunnam | ||
| tests/gdn/ @flashinfer-ai/misc-op-owners @kahyunnam |
There was a problem hiding this comment.
The alignment of owners in this section (and others in the file) is inconsistent, which harms readability and maintainability. It's a good practice to align the owners for clarity. This might also help spot any subtle errors, as mentioned in the PR description.
I suggest aligning all owner declarations in this file. Here's a suggested alignment for the GDN section:
benchmarks/gdn/ @flashinfer-ai/misc-op-owners @kahyunnam
csrc/gdn_prefill_launcher.cu @flashinfer-ai/misc-op-owners @kahyunnam
csrc/gdn_prefill_sm90_kernel_inst.jinja @flashinfer-ai/misc-op-owners @kahyunnam
flashinfer/gdn_decode.py @flashinfer-ai/misc-op-owners @kahyunnam
flashinfer/gdn_kernels/ @flashinfer-ai/misc-op-owners @kahyunnam
flashinfer/gdn_prefill.py @flashinfer-ai/misc-op-owners @kahyunnam
flashinfer/jit/gdn.py @flashinfer-ai/misc-op-owners @kahyunnam
tests/gdn/ @flashinfer-ai/misc-op-owners @kahyunnam
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
<!-- .github/pull_request_template.md --> ## 📌 Description Workaround org teams perm issue for approval purposes ## 🔍 Related Issues #2815 ## 🚀 Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### ✅ Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## 🧪 Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated code ownership configuration with new organizational structure and guidelines. * Updated continuous integration workflow configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
📌 Description
Rationale
🔍 Related Issues
Closing some older mitigation proposals
#2542
#2718
🚀 Pull Request Checklist
Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete.
✅ Pre-commit Checks
pre-commitby runningpip install pre-commit(or used your preferred method).pre-commit install.pre-commit run --all-filesand fixed any reported issues.🧪 Tests
unittest, etc.).Reviewer Notes
Before approving, we need to fix errors flagged by GitHub in the diff view on this PR