[all-commits] [llvm/llvm-project] 73a9d6: [mlir][linalg] Fix bug in contraction op vectoriza...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Jul 23 08:40:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73a9d6d0e200d7553f925ca0f4caae86dc2b2f67
https://github.com/llvm/llvm-project/commit/73a9d6d0e200d7553f925ca0f4caae86dc2b2f67
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Fix bug in contraction op vectorization with output perm
When the output indexing map has a permutation we need to consider in
the contraction vector type.
Differential Revision: https://reviews.llvm.org/D106469
More information about the All-commits
mailing list