commit | 77a37a54cee5bd403f67543d19dc7ccaf726e650 | [log] [tgz] |
---|---|---|
author | Jiong Gong <jiong.gong@intel.com> | Thu Apr 27 08:03:42 2023 +0000 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Thu Apr 27 10:26:01 2023 +0000 |
tree | 8ebcb93ec2e1493a9b9016ce2ea3442e965561ff | |
parent | 100a25d0211e8b223326b1195817867f5b6ffd23 [diff] |
Include all mkl/mkldnn related test files to CPU ATen backend (#99592) Pull Request resolved: https://github.com/pytorch/pytorch/pull/99592 Approved by: https://github.com/kit1980
diff --git a/.github/merge_rules.yaml b/.github/merge_rules.yaml index 2114163..b89a40c 100644 --- a/.github/merge_rules.yaml +++ b/.github/merge_rules.yaml
@@ -287,7 +287,7 @@ - aten/src/ATen/native/quantized/cpu/** - aten/src/ATen/native/Convolution*.cpp - aten/src/ATen/native/mkldnn/** - - test/test_mkldnn.py + - test/test_mkl*.py approved_by: - mingfeima - XiaobingSuper