Skip to content

Commit d225332

Browse files
chore: Update CODEOWNERS (#1949)
## Summary This PR updates the CODEOWNERS file based on git commit history analysis from the last 180 days. ## Changes - Updated `.github/CODEOWNERS` with current code ownership based on: - Commit frequency - File coverage - Commit recency ## How to Review 1. Review the changes to `.github/CODEOWNERS` 2. Verify that the assigned owners are appropriate for each module 3. Make manual adjustments if needed before merging ## Notes - This is an automated PR generated weekly - Minimum commits threshold: 1 - Analysis period: 180 days - Directory depth: 3 levels - Top N owners per module: 5 --- 🤖 This PR was automatically generated by the [update-codeowners workflow](.github/workflows/update-codeowners.yml) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal code ownership assignments. --- **Note:** This update contains no user-facing changes or feature updates. It is an internal administrative modification. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: flashinfer-bot <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent bf03ad4 commit d225332

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/CODEOWNERS

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33
# Analysis period: 180 days
44
# Minimum commits threshold: 1
55

6-
benchmarks/ @bkryu @cyx-6 @nv-yunzheq @kahyunnam @nvmbreughe
6+
benchmarks/ @bkryu @cyx-6 @nv-yunzheq @kahyunnam @jiahanc
77
benchmarks/routines/ @bkryu @nv-yunzheq @cyx-6 @nvmbreughe @Anerudhan
88
ci/ @cyx-6 @yzh119 @nvmbreughe
99
ci/scripts/ @cyx-6
1010
ci/scripts/jenkins/ @cyx-6
11-
csrc/ @yzh119 @wenscarl @cyx-6 @yongwww @kahyunnam
12-
csrc/fused_moe/ @yzh119 @yongwww @wenscarl @cyx-6 @yongwww
13-
csrc/fused_moe/cutlass_backend/ @yzh119 @yongwww @wenscarl @cyx-6 @yongwww
14-
csrc/nv_internal/ @wenscarl @yzh119 @cyx-6 @yongwww @aleozlx
15-
csrc/nv_internal/cpp/ @wenscarl @yongwww @joker-eph @ttyio @azhurkevich
11+
csrc/ @wenscarl @yzh119 @cyx-6 @djmmoss @yongwww
12+
csrc/fused_moe/ @yzh119 @yongwww @djmmoss @wenscarl @cyx-6
13+
csrc/fused_moe/cutlass_backend/ @yzh119 @yongwww @djmmoss @wenscarl @cyx-6
14+
csrc/nv_internal/ @wenscarl @djmmoss @yzh119 @cyx-6 @yongwww
15+
csrc/nv_internal/cpp/ @wenscarl @yongwww @djmmoss @joker-eph @ttyio
1616
csrc/nv_internal/include/ @wenscarl
17-
csrc/nv_internal/tensorrt_llm/ @wenscarl @yzh119 @cyx-6 @yongwww @aleozlx
17+
csrc/nv_internal/tensorrt_llm/ @wenscarl @djmmoss @yzh119 @cyx-6 @yongwww
1818
csrc/xqa/ @yzh119 @cyx-6
1919
docs/ @yzh119 @cyx-6 @wenscarl @nv-yunzheq @aleozlx
20-
flashinfer/ @yzh119 @cyx-6 @nvmbreughe @wenscarl @yongwww
20+
flashinfer/ @yzh119 @cyx-6 @wenscarl @nvmbreughe @bkryu
2121
flashinfer-cubin/ @yzh119 @cyx-6
2222
flashinfer-cubin/flashinfer_cubin/ @yzh119
2323
flashinfer-jit-cache/ @yzh119 @cyx-6
2424
flashinfer-jit-cache/flashinfer_jit_cache/ @yzh119
25-
flashinfer/comm/ @yzh119 @cyx-6 @nvmbreughe @wenscarl @aleozlx
25+
flashinfer/comm/ @yzh119 @cyx-6 @nvmbreughe @wenscarl @djmmoss
2626
flashinfer/cudnn/ @Anerudhan @yzh119 @cyx-6 @Anerudhan
2727
flashinfer/cute_dsl/ @yzh119 @kaixih @Amir-19 @aleozlx
28-
flashinfer/fused_moe/ @yzh119 @cyx-6 @wenscarl @IwakuraRein @joker-eph
29-
flashinfer/jit/ @yzh119 @cyx-6 @aleozlx @yongwww @bkryu
28+
flashinfer/fused_moe/ @djmmoss @yzh119 @cyx-6 @wenscarl @IwakuraRein
29+
flashinfer/jit/ @yzh119 @cyx-6 @djmmoss @aleozlx @yongwww
3030
flashinfer/jit/attention/ @yzh119 @Anerudhan @joker-eph
3131
flashinfer/jit/gemm/ @yzh119
3232
flashinfer/logits_processor/ @cyx-6 @yzh119
3333
flashinfer/profiler/ @cyx-6
3434
flashinfer/triton/ @cyx-6 @nvmbreughe @yzh119
3535
flashinfer/tuning_configs/ @kaixih
36-
include/ @yzh119 @cyx-6 @kahyunnam @joker-eph @aleozlx
37-
include/flashinfer/ @yzh119 @cyx-6 @kahyunnam @joker-eph @aleozlx
36+
include/ @yzh119 @cyx-6 @wenscarl @kahyunnam @joker-eph
37+
include/flashinfer/ @yzh119 @cyx-6 @wenscarl @kahyunnam @joker-eph
3838
include/flashinfer/attention/ @yzh119 @kahyunnam @joker-eph
39-
include/flashinfer/comm/ @yongwww @nvmbreughe @yzh119 @cyx-6
39+
include/flashinfer/comm/ @yongwww @nvmbreughe @djmmoss @yzh119 @cyx-6
4040
include/flashinfer/gemm/ @ttyio @yongwww @aleozlx @cyx-6
41-
include/flashinfer/trtllm/ @joker-eph @aleozlx @yzh119 @cyx-6 @aleozlx
41+
include/flashinfer/trtllm/ @joker-eph @aleozlx @yzh119 @cyx-6 @wenscarl
4242
profiler/ @cyx-6
43-
scripts/ @yzh119 @nvmbreughe @yongwww @bkryu @dierksen
43+
scripts/ @yzh119 @nvmbreughe @dierksen @yongwww @bkryu

0 commit comments

Comments
 (0)