[all-commits] [llvm/llvm-project] f011d3: [mlir][vector] Fix contraction op lowering with mi...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Jun 16 09:41:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f011d32c3a625eb86d1e33a70100b0a031f5fcd4
https://github.com/llvm/llvm-project/commit/f011d32c3a625eb86d1e33a70100b0a031f5fcd4
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-contract-transforms.mlir
Log Message:
-----------
[mlir][vector] Fix contraction op lowering with mixed types
contraction op can have mixed type, add support for this case to the pattern
lowering contraction op to outerproduct.
Differential Revision: https://reviews.llvm.org/D127926
More information about the All-commits
mailing list