[all-commits] [llvm/llvm-project] 13f15e: [mlir][Vector] Fix vectorization of generic ops wi...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Mon Jun 26 13:24:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13f15e8f14cfd0b5795ef0c0164a913fdaa5378c
https://github.com/llvm/llvm-project/commit/13f15e8f14cfd0b5795ef0c0164a913fdaa5378c
Author: Diego Caballero <diegocaballero at google.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/IR/AffineMap.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][Vector] Fix vectorization of generic ops with transposed outputs
This patch fixes a bug in the way we compute the vector type for vector
transfer writes when the value to store needs to be transposed.
Reviewed By: nicolasvasilache, mravishankar
Differential Revision: https://reviews.llvm.org/D153687
More information about the All-commits
mailing list