Skip to content

Commit bea2bd3

Browse files
committed
chore: update CODEOWNERS to reflect new test file locations
- Changed paths for `test_custom_ops.py` and `test_autotuner.py` to their new sub-directory locations. - This update ensures proper ownership and visibility for the relocated test files. Signed-off-by: Robin Kobus <[email protected]>
1 parent c56d926 commit bea2bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
/tests/unittest/_torch/compilation @NVIDIA/trt-llm-torch-graph-compiler
5151
/tests/unittest/_torch/multi_gpu/test_ar_residual_norm.py @NVIDIA/trt-llm-torch-graph-compiler
5252
/tests/unittest/_torch/multi_gpu/test_user_buffers.py @NVIDIA/trt-llm-torch-graph-compiler
53-
/tests/unittest/_torch/test_custom_ops.py @NVIDIA/trt-llm-torch-graph-compiler
54-
/tests/unittest/_torch/test_autotuner.py @NVIDIA/trt-llm-torch-graph-compiler
53+
/tests/unittest/_torch/thop/test_custom_ops.py @NVIDIA/trt-llm-torch-graph-compiler
54+
/tests/unittest/_torch/misc/test_autotuner.py @NVIDIA/trt-llm-torch-graph-compiler
5555

5656
## TensorRT-LLM Pytorch - Attention
5757
/tensorrt_llm/_torch/attention_backend @NVIDIA/trt-llm-torch-attention-devs

0 commit comments

Comments
 (0)