[all-commits] [llvm/llvm-project] 5af374: [mlir][Vector] Remove duplicated test cases (#70029)
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Tue Oct 24 05:35:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5af374295ddb62d626181f4fd70c06acf280d5d3
https://github.com/llvm/llvm-project/commit/5af374295ddb62d626181f4fd70c06acf280d5d3
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M mlir/test/Dialect/Vector/vector-contract-to-outerproduct-transforms.mlir
Log Message:
-----------
[mlir][Vector] Remove duplicated test cases (#70029)
All the deleted test cases use identical matmul trait (only the suffix
in the name changes):
```mlir
affine_map<(m, n, k) -> (m, k)>,
affine_map<(m, n, k) -> (k, n)>,
affine_map<(m, n, k) -> (n, m)>
]
indexing_maps = #matmat_accesses_n,
iterator_types = ["parallel", "parallel", "reduction"]
}
```
This is identical to `#matmat_trait_4` and that's the one that's
preserved.
More information about the All-commits
mailing list