diff --git a/CODEOWNERS b/CODEOWNERS index 664664058b8..abea4ae213e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -108,10 +108,10 @@ aten/src/ATen/detail/MTIAHooksInterface.h @egienvalue torch/csrc/mtia/ @egienvalue # Profiler -torch/csrc/autograd/profiler* @aaronenyeshi -torch/autograd/profiler* @aaronenyeshi -torch/csrc/profiler/ @aaronenyeshi -torch/profiler/ @aaronenyeshi +torch/csrc/autograd/profiler* @aaronenyeshi @sraikund16 +torch/autograd/profiler* @aaronenyeshi @sraikund16 +torch/csrc/profiler/ @aaronenyeshi @sraikund16 +torch/profiler/ @aaronenyeshi @sraikund16 # AOTDispatch tests test/functorch/test_aotdispatch.py @ezyang @Chillee