[all-commits] [llvm/llvm-project] 8e0b3a: [mlir][vector] Update v.contract -> v.outerproduct...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Fri Oct 27 05:01:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e0b3a881401ed175691b7f4beac9d500c2341bd
https://github.com/llvm/llvm-project/commit/8e0b3a881401ed175691b7f4beac9d500c2341bd
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M mlir/test/Dialect/Vector/vector-contract-to-outerproduct-transforms.mlir
Log Message:
-----------
[mlir][vector] Update v.contract -> v.outerproduct tests (1/N) (#70379)
Tests for conversions from `vector.contract` to `vector.outerproduct`
for _matvec_ operations are updated with cases for scalable vectors.
This patch updates one specific test file (there might be similar
tests elsewhere):
* vector-contract-to-outerproduct-transforms.mlir.
Only the parallel dimension is made scalable. Making the reduction
dimension scalable would lead to different patterns without
`vector.outerproduct` (that would need to be added to some other file).
One duplicate test for _matvec_ is removed.
More information about the All-commits
mailing list