Better hop_db comment; move test to a non-export test file (#145938)

Goal is for people to better test their HOPs.

Test Plan:
- tests
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145938
Approved by: https://github.com/ydwu4
This commit is contained in:
rzou
2025-01-29 08:40:20 -08:00
committed by PyTorch MergeBot
parent e02c038a23
commit 2141c1aebe
4 changed files with 52 additions and 25 deletions

View File

@ -73,7 +73,6 @@ nn/qat/ @jerryzh168
/test/run_test.py @pytorch/pytorch-dev-infra
/torch/testing/_internal/common_device_type.py @mruberry
/torch/testing/_internal/common_utils.py @pytorch/pytorch-dev-infra
/torch/testing/_internal/hop_db.py @tugsbayasgalan @zou3519 @ydwu4
# Parametrizations
/torch/nn/utils/parametriz*.py @lezcano
@ -106,6 +105,8 @@ test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345
# HOPs
torch/_higher_order_ops/*.py @zou3519
torch/_dynamo/variables/higher_order_ops.py @zou3519
test/test_hop_infra.py @zou3519
torch/testing/_internal/hop_db.py @tugsbayasgalan @zou3519 @ydwu4
# AOTAutograd
torch/_functorch/_aot_autograd/*.py @bdhirsh