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
This commit is contained in:
Ke Wen
2024-11-10 10:37:06 -08:00
committed by PyTorch MergeBot
parent 217d328764
commit 14ecbfe184

View File

@ -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