From 65e4e46f6662dce90f9cbc874bc2fd68c7fe9332 Mon Sep 17 00:00:00 2001 From: "Chendi.Xue" Date: Fri, 10 Apr 2026 02:05:31 -0500 Subject: [PATCH] update CODEOWNERS file (#39439) Signed-off-by: Chendi Xue --- .github/CODEOWNERS | 14 +++++++------- docs/governance/committers.md | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9c1c17128b..e1a2a582083 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ # This lists cover the "core" components of vLLM that require careful review /vllm/compilation @zou3519 @youkaichao @ProExpertProg @BoyuanFeng @vadiklyutiy -/vllm/distributed/kv_transfer @NickLucche @ApostaC @orozery +/vllm/distributed/kv_transfer @NickLucche @ApostaC @orozery @xuechendi /vllm/lora @jeejeelee /vllm/model_executor/layers/attention @LucasWilkinson @MatthewBonanni /vllm/model_executor/layers/fused_moe @mgoin @pavanimajety @@ -120,16 +120,16 @@ mkdocs.yaml @hmellor /tools/pre_commit @hmellor # CPU -/vllm/v1/worker/cpu* @bigPYJ1151 +/vllm/v1/worker/cpu* @bigPYJ1151 @xuechendi /csrc/cpu @bigPYJ1151 -/vllm/platforms/cpu.py @bigPYJ1151 +/vllm/platforms/cpu.py @bigPYJ1151 @xuechendi /cmake/cpu_extension.cmake @bigPYJ1151 -/docker/Dockerfile.cpu @bigPYJ1151 +/docker/Dockerfile.cpu @bigPYJ1151 @xuechendi # Intel GPU -/vllm/v1/worker/xpu* @jikunshang -/vllm/platforms/xpu.py @jikunshang -/docker/Dockerfile.xpu @jikunshang +/vllm/v1/worker/xpu* @jikunshang @xuechendi +/vllm/platforms/xpu.py @jikunshang @xuechendi +/docker/Dockerfile.xpu @jikunshang @xuechendi # Nemotron-specific files /vllm/model_executor/models/*nemotron* @tomeras91 diff --git a/docs/governance/committers.md b/docs/governance/committers.md index df874418f1c..e6f8f317ebb 100644 --- a/docs/governance/committers.md +++ b/docs/governance/committers.md @@ -56,6 +56,7 @@ Sorted alphabetically by GitHub handle: - [@zhuohan123](https://github.com/zhuohan123): Project lead, RL integration, numerics - [@zou3519](https://github.com/zou3519): Compilation - [@BoyuanFeng](https://github.com/BoyuanFeng): Compilation, CUDAGraph +- [@xuechendi](https://github.com/xuechendi): Intel CPU/XPU integration, KV connector ### Emeritus Committers @@ -175,7 +176,7 @@ If you have PRs touching the area, please feel free to ping the area owner for r - Plugin Interface: @youkaichao, @Yikun - NVIDIA GPU: @pavanimajety - AMD GPU: @gshtras, @tjtanaa -- Intel CPU/GPU: @jikunshang, @bigPYJ1151 +- Intel CPU/GPU: @jikunshang, @bigPYJ1151, @xuechendi - Google TPU: @yaochengji ### Ecosystem Projects