Add XuehaiPan to CODEOWNERS for C++ PyTree utilities (#137408)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137408
Approved by: https://github.com/zou3519
This commit is contained in:
Xuehai Pan
2025-02-25 15:38:43 +00:00
committed by PyTorch MergeBot
parent 580f1183b4
commit ea6938a1f7

View File

@ -183,3 +183,9 @@ torch/cuda/ @eqy @syed-ahmed
torch/csrc/cuda/ @eqy @syed-ahmed
torch/backends/cuda/ @eqy @syed-ahmed
torch/backends/cudnn/ @eqy @syed-ahmed
# PyTree utilities
/torch/utils/_pytree.py @XuehaiPan
/torch/utils/_cxx_pytree.py @XuehaiPan
/torch/utils/pytree/ @XuehaiPan
/torch/_dynamo/polyfills/pytree.py @XuehaiPan