diff --git a/CODEOWNERS b/CODEOWNERS index 8fdc5fc7766324..3d030ad4d9e457 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -112,3 +112,6 @@ torch/csrc/autograd/profiler* @robieta torch/autograd/profiler* @robieta torch/csrc/profiler/ @robieta torch/profiler/ @robieta + +# AOTDispatch tests +test/functorch/test_aotdispatch.py @ezyang @Chillee