From 13e34ab996edda838989aa9181f84c22bf2146f4 Mon Sep 17 00:00:00 2001 From: Frank Di Natale <3429989+FrankD412@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:02:20 +0000 Subject: [PATCH 1/2] Add trtllm-bench reviewers. Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com> --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96bf7b92178..d0d7d639a0c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,6 +14,11 @@ /tensorrt_llm/_torch/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs /tensorrt_llm/examples/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs +## TensorRT-LLM trtllm-bench Reviewers +/tensorrt_llm/bench @NVIDIA/trtllm-bench-reviewers +docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers + + # The rule below requires that any PR modifying public APIs must be approved by at least one member # of the NVIDIA/trt-llm-committed-api-review-committee or NVIDIA/trt-llm-noncommitted-api-review-committee team. # This approval is mandatory regardless of other approvals the PR may have received. Without approval From 0da251abf6620e734ea3f6ce8b45171cc41edb42 Mon Sep 17 00:00:00 2001 From: Frank Di Natale <3429989+FrankD412@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:11:37 +0000 Subject: [PATCH 2/2] Add command file. Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com> --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d0d7d639a0c..47c6bb728fe 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,7 @@ ## TensorRT-LLM trtllm-bench Reviewers /tensorrt_llm/bench @NVIDIA/trtllm-bench-reviewers +/tensorrt_llm/commands/bench.py @NVIDIA/trtllm-bench-reviewers docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers