mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user