From 14ecbfe184d9618227dcdf87646efb0eb59ee944 Mon Sep 17 00:00:00 2001 From: Ke Wen Date: Sun, 10 Nov 2024 10:37:06 -0800 Subject: [PATCH] Add kwen2501 to CODEOWNERS of c10d backend APIs (#140231) Pull Request resolved: https://github.com/pytorch/pytorch/pull/140231 Approved by: https://github.com/shuqiangzhang --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 0cee05d4b83..efaa0bcb208 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -43,6 +43,11 @@ nn/qat/ @jerryzh168 /torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw /torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw +# Distributed +# c10d backend APIs +/torch/csrc/distributed/c10d/Backend.* @kwen2501 +/torch/csrc/distributed/c10d/Ops.* @kwen2501 + # ONNX Export /torch/_dynamo/backends/onnxrt.py @wschin @xadupre /torch/csrc/jit/passes/onnx.h @titaiwangms @shubhambhokare1 @xadupre