[all-commits] [llvm/llvm-project] a509a1: [mlir][vector] proper masking support for contract...
ftynse via All-commits
all-commits at lists.llvm.org
Mon Sep 25 04:39:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a509a18731e6b77629dbacbfc369382eb684d4a9
https://github.com/llvm/llvm-project/commit/a509a18731e6b77629dbacbfc369382eb684d4a9
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
M mlir/test/Dialect/Vector/vector-contract-to-outerproduct-transforms.mlir
Log Message:
-----------
[mlir][vector] proper masking support for contract lowering (#67145)
Support all known permutations when lowering masked vector.contract to
vector.outerproduct, and not just the canonical permutation.
More information about the All-commits
mailing list