From b5c2a657aeb1cb849a60f762ad530956f7a3eafd Mon Sep 17 00:00:00 2001 From: rzou Date: Wed, 25 Sep 2024 14:22:56 -0700 Subject: [PATCH] Add zou3519 to CODEOWNERS for HOPs (#136679) There are some tricky things that I want to guard against Pull Request resolved: https://github.com/pytorch/pytorch/pull/136679 Approved by: https://github.com/Chillee --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index bafce8f6f53521..f00bfa0f0aaf1a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -98,6 +98,10 @@ test/test_type_promotion.py @mruberry test/functorch/test_ops.py @zou3519 @chillee @kshitij12345 test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345 +# HOPs +torch/_higher_order_ops/*.py @zou3519 +torch/_dynamo/variables/higher_order_ops.py @zou3519 + # torch MPS test/test_mps.py @kulinseth @malfet aten/src/ATen/mps/ @kulinseth @malfet