Add AOTAutograd and partitioner to ciflow/inductor (#89772)

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89772
Approved by: https://github.com/albanD
This commit is contained in:
Edward Z. Yang
2022-11-28 13:30:26 -05:00
committed by PyTorch MergeBot
parent cf91e3641a
commit ed9cd47e31

2
.github/labeler.yml vendored
View File

@ -16,6 +16,8 @@
- torch/_subclasses/fake_utils.py - torch/_subclasses/fake_utils.py
- torch/_subclasses/meta_utils.py - torch/_subclasses/meta_utils.py
- test/distributed/test_dynamo_distributed.py - test/distributed/test_dynamo_distributed.py
- functorch/_src/partitioners.py
- functorch/_src/aot_autograd.py
"module: cpu": "module: cpu":
- aten/src/ATen/cpu/** - aten/src/ATen/cpu/**