Skip to content

Experiment Add @kahyunnam as co-owner for several files#2713

Merged
kahyunnam merged 1 commit intomainfrom
aleozlx-patch-1
Mar 7, 2026
Merged

Experiment Add @kahyunnam as co-owner for several files#2713
kahyunnam merged 1 commit intomainfrom
aleozlx-patch-1

Conversation

@aleozlx
Copy link
Collaborator

@aleozlx aleozlx commented Mar 6, 2026

📌 Description

🔍 Related Issues

🚀 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

  • I have installed pre-commit by running pip install pre-commit (or used your preferred method).
  • I have installed the hooks with pre-commit install.
  • 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.

🧪 Tests

  • Tests have been added or updated as needed.
  • All tests are passing (unittest, etc.).

Reviewer Notes

Summary by CodeRabbit

  • Chores
    • Updated internal code ownership configuration. No changes to product functionality or user-facing features.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 updates the code ownership configuration by assigning @kahyunnam as a co-owner to several existing modules. This change ensures proper attribution and responsibility for specific components, particularly those related to normalization and GDN (Grouped Dot-product Normalization) functionalities.

Highlights

  • Code Ownership Update: Added @kahyunnam as a co-owner for files related to norm.py, tests/norm, and all files within the gdn module (benchmarks, C++ sources, Python files, and tests).

🧠 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.

Changelog
  • scripts/codeowner_overrides.json
    • Added @kahyunnam to the list of owners for flashinfer/norm.py and tests/norm.
    • Added @kahyunnam to the list of owners for all gdn related paths, including benchmarks/gdn/, csrc/gdn_prefill_launcher.cu, csrc/gdn_prefill_sm90_kernel_inst.jinja, flashinfer/gdn_decode.py, flashinfer/gdn_kernels/, flashinfer/gdn_prefill.py, flashinfer/jit/gdn.py, and tests/gdn/.
Activity
  • No specific review comments or activities have been recorded for this pull request yet.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 6, 2026

📝 Walkthrough

Walkthrough

Updated code ownership assignments in scripts/codeowner_overrides.json to add "@kahyunnam" as an additional owner for GDN-related and norm-related modules, tests, and benchmarks.

Changes

Cohort / File(s) Summary
Code Ownership Configuration
scripts/codeowner_overrides.json
Added "@kahyunnam" as an additional codeowner for 10 entries: norm and GDN-related modules (flashinfer/norm.py, flashinfer/gdn_decode.py, flashinfer/gdn_prefill.py, flashinfer/jit/gdn.py), CUDA kernels (csrc/gdn_prefill_launcher.cu, csrc/gdn_prefill_sm90_kernel_inst.jinja), kernel directories (flashinfer/gdn_kernels/), benchmarks (benchmarks/gdn/), and their corresponding tests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

maintenance

Suggested reviewers

  • kahyunnam
  • sricketts
  • yzh119
  • nvmbreughe

Poem

🐰 A rabbit hops with joy today,
As ownership finds its rightful way,
GDN's kingdom, norm's bright hall,
"@kahyunnam" now guards them all! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is empty except for the template placeholders; no actual description of changes, rationale, or context is provided. Fill in the Description section with a brief explanation of why @kahyunnam is being added as co-owner and which components are affected.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: adding @kahyunnam as a co-owner for multiple files in the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch aleozlx-patch-1

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@claude
Copy link

claude bot commented Mar 6, 2026

Code Review

This PR adds @kahyunnam as a co-owner for norm and GDN-related files in scripts/codeowner_overrides.json.

Summary

The change is straightforward and mechanically consistent. @kahyunnam is appended to the existing @flashinfer-ai/misc-op-owners entry for flashinfer/norm.py, tests/norm, and all GDN-related paths (benchmarks, csrc, flashinfer, tests).

Observations

  1. Correctness: The JSON structure is valid and the pattern matches the existing convention used for other owners in the file.

  2. Scope of ownership: @kahyunnam is being added as an individual co-owner alongside the team @flashinfer-ai/misc-op-owners. Worth confirming whether ownership of norm.py is intentional alongside the GDN files -- it is a more general utility. If the intent is GDN authorship, separating the norm entries may make more sense.

  3. No functional code changes: This is purely a metadata/ownership change with no risk to correctness, performance, or security.

  4. PR description: The description fields are left blank. A brief note on why this person is being added (e.g., "Adding GDN kernel author as co-owner") would help with traceability.

Verdict: No issues with the change itself. Suggest filling in the PR description for record-keeping and confirming whether norm.py co-ownership is intended.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 @kahyunnam as a co-owner for several files and directories related to norm and gdn features by modifying the scripts/codeowner_overrides.json file. The changes are straightforward and align with the PR's title. The modifications are consistent across all specified paths. I've reviewed the changes and found no issues.

Note: Security Review has been skipped due to the limited scope of the PR.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
scripts/codeowner_overrides.json (1)

22-32: Minor inconsistency: trailing slashes on directory paths.

Existing directory entries in this file (e.g., "include/flashinfer/attention", "tests/attention", "tests/gemm") omit trailing slashes, but some new entries include them ("benchmarks/gdn/", "flashinfer/gdn_kernels/", "tests/gdn/"). Consider removing trailing slashes for consistency, unless the codeowner tooling requires them for directory matching.

Suggested fix for consistency
-  "benchmarks/gdn/": ["@flashinfer-ai/misc-op-owners", "@kahyunnam"],
+  "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_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"]
+  "tests/gdn": ["@flashinfer-ai/misc-op-owners", "@kahyunnam"]
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@scripts/codeowner_overrides.json` around lines 22 - 32, The new entries in
scripts/codeowner_overrides.json use inconsistent trailing slashes for directory
keys; update the keys "benchmarks/gdn/", "flashinfer/gdn_kernels/", and
"tests/gdn/" to remove the trailing slash (make them "benchmarks/gdn",
"flashinfer/gdn_kernels", "tests/gdn") so they match the existing style used for
other directories like "tests/attention"; ensure no other entries use trailing
slashes unless your codeowner tooling explicitly requires them.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@scripts/codeowner_overrides.json`:
- Around line 22-32: The new entries in scripts/codeowner_overrides.json use
inconsistent trailing slashes for directory keys; update the keys
"benchmarks/gdn/", "flashinfer/gdn_kernels/", and "tests/gdn/" to remove the
trailing slash (make them "benchmarks/gdn", "flashinfer/gdn_kernels",
"tests/gdn") so they match the existing style used for other directories like
"tests/attention"; ensure no other entries use trailing slashes unless your
codeowner tooling explicitly requires them.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 45501468-13d2-46dd-bd5c-3b5d610ffc5d

📥 Commits

Reviewing files that changed from the base of the PR and between 825c7e0 and 262dfef.

📒 Files selected for processing (1)
  • scripts/codeowner_overrides.json

@kahyunnam kahyunnam enabled auto-merge (squash) March 7, 2026 00:40
@aleozlx
Copy link
Collaborator Author

aleozlx commented Mar 7, 2026

this pr is aiming at investigating an observation in the code owner behavior in
#2618

@aleozlx
Copy link
Collaborator Author

aleozlx commented Mar 7, 2026

i hope there is a way to skip CI for edits on this file? does such thing already exist? i thought the CI skips in certain situations

@yongwww

@aleozlx
Copy link
Collaborator Author

aleozlx commented Mar 7, 2026

adding CI exclusion for codeowner_overrides.json to make future changes more efficient

#2718

@kahyunnam kahyunnam merged commit 8294e28 into main Mar 7, 2026
30 of 35 checks passed
@kahyunnam kahyunnam deleted the aleozlx-patch-1 branch March 7, 2026 03:28
frankwang28 pushed a commit to frankwang28/flashinfer that referenced this pull request Mar 18, 2026
…i#2713)

<!-- .github/pull_request_template.md -->

## 📌 Description

<!-- What does this PR do? Briefly describe the changes and why they’re
needed. -->

## 🔍 Related Issues

<!-- Link any related issues here -->

## 🚀 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

- [ ] I have installed `pre-commit` by running `pip install pre-commit`
(or used your preferred method).
- [ ] I have installed the hooks with `pre-commit install`.
- [ ] 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 internal code ownership configuration. No changes to product
functionality or user-facing features.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
ameynaik-hub pushed a commit to ameynaik-hub/flashinfer that referenced this pull request Mar 18, 2026
…i#2713)

<!-- .github/pull_request_template.md -->

## 📌 Description

<!-- What does this PR do? Briefly describe the changes and why they’re
needed. -->

## 🔍 Related Issues

<!-- Link any related issues here -->

## 🚀 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

- [ ] I have installed `pre-commit` by running `pip install pre-commit`
(or used your preferred method).
- [ ] I have installed the hooks with `pre-commit install`.
- [ ] 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 internal code ownership configuration. No changes to product
functionality or user-facing features.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Amey Naik <212485788+ameynaik-hub@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants