Update CPU Inductor merge rules by adding more CPP Template (#152086)

**Summary**
Add more CPP Template into the CPU Inductor merge rules.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152086
Approved by: https://github.com/atalman
This commit is contained in:
leslie-fang-intel 2025-05-21 19:27:23 -07:00 committed by PyTorch MergeBot
parent 2f57ee579d
commit 40e6ca24ef

View File

@ -398,7 +398,10 @@
- torch/_inductor/codegen/cpp_micro_gemm.py
- torch/_inductor/codegen/cpp_template_kernel.py
- torch/_inductor/codegen/cpp_template.py
- torch/_inductor/codegen/cpp_bmm_template.py
- torch/_inductor/codegen/cpp_gemm_template.py
- torch/_inductor/codegen/cpp_grouped_gemm_template.py
- torch/_inductor/codegen/cpp_flex_attention_template.py
- torch/csrc/inductor/cpp_prefix.h
- test/inductor/test_mkldnn_pattern_matcher.py
- test/inductor/test_cpu_repro.py
@ -406,6 +409,7 @@
- test/inductor/test_cpu_select_algorithm.py
- aten/src/ATen/cpu/**
- aten/src/ATen/native/quantized/cpu/**
- aten/src/ATen/test/vec_test_all_types.*
- test/quantization/core/test_quantized_op.py
- torch/ao/quantization/quantizer/x86_inductor_quantizer.py
- test/quantization/pt2e/test_x86inductor_quantizer.py
@ -413,6 +417,7 @@
- leslie-fang-intel
- jgong5
- EikanWang
- CaoE
mandatory_checks_name:
- EasyCLA
- Lint