We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58675b commit 1fdc732Copy full SHA for 1fdc732
.github/CODEOWNERS
@@ -79,4 +79,10 @@ mkdocs.yaml @hmellor
79
/vllm/attention/ops/chunked_prefill_paged_decode.py @tdoublep
80
/vllm/attention/ops/triton_unified_attention.py @tdoublep
81
82
+# ROCm related: specify owner with write access to notify AMD folks for careful code review
83
+/docker/Dockerfile.rocm* @gshtras
84
+/vllm/v1/attention/backends/rocm*.py @gshtras
85
+/vllm/v1/attention/backends/mla/rocm*.py @gshtras
86
+/vllm/attention/ops/rocm*.py @gshtras
87
+/vllm/model_executor/layers/fused_moe/rocm*.py @gshtras
88
0 commit comments