[CI] Update CODEOWNERS for CPU and Intel GPU (#21582)

Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
Li, Jiang 2025-07-25 12:58:03 +08:00 committed by GitHub
parent 965bc71b04
commit 42343f1f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.github/CODEOWNERS vendored
View File

@ -52,3 +52,15 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
# Docs
/docs @hmellor
mkdocs.yaml @hmellor
# CPU
/vllm/v1/worker/^cpu @bigPYJ1151
/csrc/cpu @bigPYJ1151
/vllm/platforms/cpu.py @bigPYJ1151
/cmake/cpu_extension.cmake @bigPYJ1151
/docker/Dockerfile.cpu @bigPYJ1151
# Intel GPU
/vllm/v1/worker/^xpu @jikunshang
/vllm/platforms/xpu.py @jikunshang
/docker/Dockerfile.xpu @jikunshang