commit | 98cf183629f24fb3c9b3c60e581f08ee975bd9bc | [log] [tgz] |
---|---|---|
author | Jiong Gong <jiong.gong@intel.com> | Mon Apr 08 21:00:30 2024 -0700 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Tue Apr 09 04:07:20 2024 +0000 |
tree | d7c008a663148451d7b653ae143d2912874540af | |
parent | 0d3a771f7bc70b0711e08832bc6626a5c3014110 [diff] |
[merge rules] add mkldnn_lowerings.py to CPU inductor rule (#123627) Pull Request resolved: https://github.com/pytorch/pytorch/pull/123627 Approved by: https://github.com/kit1980
diff --git a/.github/merge_rules.yaml b/.github/merge_rules.yaml index 8b65aee..8e9f05051 100644 --- a/.github/merge_rules.yaml +++ b/.github/merge_rules.yaml
@@ -374,6 +374,7 @@ - name: CPU inductor patterns: + - torch/_inductor/mkldnn_lowerings.py - torch/_inductor/fx_passes/mkldnn_fusion.py - torch/_inductor/fx_passes/quantization.py - torch/_inductor/codegen/cpp.py