From 8982d79afdd7ee7044770d03c38b298c1d82023c Mon Sep 17 00:00:00 2001 From: tjtanaa Date: Sun, 9 Nov 2025 06:19:34 +0000 Subject: [PATCH 1/3] add @tjtanaa to code owner Signed-off-by: tjtanaa --- .github/CODEOWNERS | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 43a024baf4bb..a96b285e8a21 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ /vllm/model_executor/layers/quantization @mgoin @robertgshaw2-redhat @tlrmchlsmth @yewentao256 @pavanimajety /vllm/model_executor/layers/mamba @tdoublep /vllm/model_executor/model_loader @22quinn -/vllm/multimodal @DarkLight1337 @ywang96 @NickLucche +/vllm/multimodal @DarkLight1337 @ywang96 @NickLucche @tjtanaa /vllm/vllm_flash_attn @LucasWilkinson /vllm/lora @jeejeelee /vllm/reasoning @aarnphm @chaunceyjiang @@ -105,11 +105,15 @@ mkdocs.yaml @hmellor /vllm/attention/ops/triton_unified_attention.py @tdoublep # ROCm related: specify owner with write access to notify AMD folks for careful code review -/docker/Dockerfile.rocm* @gshtras -/vllm/v1/attention/backends/rocm*.py @gshtras -/vllm/v1/attention/backends/mla/rocm*.py @gshtras -/vllm/attention/ops/rocm*.py @gshtras -/vllm/model_executor/layers/fused_moe/rocm*.py @gshtras +/docker/Dockerfile.rocm* @gshtras @tjtanaa +/vllm/v1/attention/backends/rocm*.py @gshtras @tjtanaa +/vllm/v1/attention/backends/mla/rocm*.py @gshtras @tjtanaa +/vllm/attention/ops/rocm*.py @gshtras @tjtanaa +/vllm/model_executor/layers/fused_moe/rocm*.py @gshtras @tjtanaa +/csrc/rocm @gshtras @tjtanaa +*rocm* @tjtanaa +*quark* @tjtanaa +*aiter* @tjtanaa # TPU /vllm/v1/worker/tpu* @NickLucche From 57def951da07c75e91f8d90cfc4e2534e71f9519 Mon Sep 17 00:00:00 2001 From: tjtanaa Date: Sun, 9 Nov 2025 06:34:22 +0000 Subject: [PATCH 2/3] update the codeowner syntax Signed-off-by: tjtanaa --- .github/CODEOWNERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a96b285e8a21..617a4f9244fb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -111,9 +111,14 @@ mkdocs.yaml @hmellor /vllm/attention/ops/rocm*.py @gshtras @tjtanaa /vllm/model_executor/layers/fused_moe/rocm*.py @gshtras @tjtanaa /csrc/rocm @gshtras @tjtanaa -*rocm* @tjtanaa -*quark* @tjtanaa -*aiter* @tjtanaa +/requirements/*rocm* @tjtanaa +/tests/**/*rocm* @tjtanaa +/docs/**/*rocm* @tjtanaa +/vllm/**/*quark* @tjtanaa +/tests/**/*quark* @tjtanaa +/docs/**/*quark* @tjtanaa +/vllm/**/*aiter* @tjtanaa +/tests/**/*aiter* @tjtanaa # TPU /vllm/v1/worker/tpu* @NickLucche From 1a6a32552afb02006c91d94c4810fb52be815cb5 Mon Sep 17 00:00:00 2001 From: tjtanaa Date: Sun, 9 Nov 2025 16:23:05 +0000 Subject: [PATCH 3/3] handles possible future rocm files Signed-off-by: tjtanaa --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 617a4f9244fb..23def076cf88 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -105,6 +105,7 @@ mkdocs.yaml @hmellor /vllm/attention/ops/triton_unified_attention.py @tdoublep # ROCm related: specify owner with write access to notify AMD folks for careful code review +/vllm/**/*rocm* @tjtanaa /docker/Dockerfile.rocm* @gshtras @tjtanaa /vllm/v1/attention/backends/rocm*.py @gshtras @tjtanaa /vllm/v1/attention/backends/mla/rocm*.py @gshtras @tjtanaa