Add ciflow/inductor automatically in more cases (#140824)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140824
Approved by: https://github.com/malfet
This commit is contained in:
Benjamin Glass 2024-11-15 17:04:52 +00:00 committed by PyTorch MergeBot
parent 80d63e7dd9
commit 47f44303ff

3
.github/labeler.yml vendored
View File

@ -35,8 +35,11 @@
- torch/distributed/_tensor/**
- torch/distributed/fsdp/**
- torch/csrc/inductor/**
- torch/csrc/dynamo/**
- test/cpp/aoti_abi_check/**
- test/cpp/aoti_inference/**
- test/inductor/**
- test/dynamo/**
"module: cpu":
- aten/src/ATen/cpu/**