add to functorch codeowner (#96746)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96746
Approved by: https://github.com/zou3519
This commit is contained in:
kshitij12345
2023-03-15 18:52:18 +00:00
committed by PyTorch MergeBot
parent 11e708dd6b
commit 9b1b3fdd2d

View File

@ -101,8 +101,8 @@ test/test_type_promotion.py @mruberry @ngimel
# functorch-related things # functorch-related things
# This list is for people wanting to be notified every time there's a change # This list is for people wanting to be notified every time there's a change
# Useful for e.g. auditing xfails that other folks add to tests # Useful for e.g. auditing xfails that other folks add to tests
test/functorch/test_ops.py @zou3519 @chillee test/functorch/test_ops.py @zou3519 @chillee @kshitij12345
test/functorch/test_vmap.py @zou3519 @chillee test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345
# torch MPS # torch MPS
test/test_mps.py @kulinseth test/test_mps.py @kulinseth