[all-commits] [llvm/llvm-project] bc8024: [mlir][sve][nfc] Merge the integration tests for l...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Fri Dec 1 09:40:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc802407d16f4aa0df9f32610e3b25b6a791c085
https://github.com/llvm/llvm-project/commit/bc802407d16f4aa0df9f32610e3b25b6a791c085
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
R mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul_mixed_ty.mlir
Log Message:
-----------
[mlir][sve][nfc] Merge the integration tests for linalg.matmul (#74059)
At the moment the logic to tile and vectorize `linalg.matmul` is
duplicated in multiple test files:
* matmul.mlir
* matmul_mixed_ty.mlir
Instead, this patch uses `transform.foreach` to apply the same sequence
to multiple functions within the same test file (e.g. `matmul_f32` and
`matmul_mixed_ty` as defined in the original files). This allows us to
merge relevant test files.
More information about the All-commits
mailing list