Add @chillee to codeowners for functorch tests (#92337)

^
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92337
Approved by: https://github.com/zou3519
This commit is contained in:
Horace He 2023-01-18 04:44:24 +00:00 committed by PyTorch MergeBot
parent 94a7c01159
commit 6fa86d7402

View File

@ -101,8 +101,8 @@ test/test_type_promotion.py @mruberry @ngimel
# functorch-related things
# 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
test/functorch/test_ops.py @zou3519
test/functorch/test_vmap.py @zou3519
test/functorch/test_ops.py @zou3519 @chillee
test/functorch/test_vmap.py @zou3519 @chillee
# torch MPS
test/test_mps.py @kulinseth