[all-commits] [llvm/llvm-project] 72fd36: [mlir][Vector] Initial masking support in Linalg v...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Mon Dec 12 17:36:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72fd36448d7c97c9dab094d6deda401d97baf0ef
https://github.com/llvm/llvm-project/commit/72fd36448d7c97c9dab094d6deda401d97baf0ef
Author: Diego Caballero <diegocaballero at google.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/Dialect/Vector/Interfaces/MaskableOpInterface.td
M mlir/include/mlir/Dialect/Vector/Transforms/Passes.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/IR/CMakeLists.txt
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/LowerVectorMask.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][Vector] Initial masking support in Linalg vectorizer
This patch introduces the initial bits to support vector masking
using the `vector.mask` operation. Vectorization changes should be
NFC for non-masked cases. We can't test masked cases directly until
we extend the Transform dialect to support masking.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D137690
More information about the All-commits
mailing list