[no ci] Add myself to MPS codeowners (#118904)

I got pinged on every other PR anyway, so just a means to automate the process

Pull Request resolved: https://github.com/pytorch/pytorch/pull/118904
Approved by: https://github.com/albanD
This commit is contained in:
Nikita Shulga
2024-02-01 21:52:15 +00:00
committed by PyTorch MergeBot
parent 6929322a28
commit 6692f2c91e

View File

@ -97,9 +97,9 @@ test/functorch/test_ops.py @zou3519 @chillee @kshitij12345
test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345
# torch MPS
test/test_mps.py @kulinseth
aten/src/ATen/mps/ @kulinseth
aten/src/ATen/native/mps/ @kulinseth
test/test_mps.py @kulinseth @malfet
aten/src/ATen/mps/ @kulinseth @malfet
aten/src/ATen/native/mps/ @kulinseth @malfet
# Profiler
torch/csrc/autograd/profiler* @aaronenyeshi