[all-commits] [llvm/llvm-project] cf2166: [mlir][linalg] Add vectorization for linalg on ten...
Thomas via All-commits
all-commits at lists.llvm.org
Tue Dec 29 09:07:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cf216670a0bd1f2ce561a315e00649740f117e1c
https://github.com/llvm/llvm-project/commit/cf216670a0bd1f2ce561a315e00649740f117e1c
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-12-29 (Tue, 29 Dec 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Add vectorization for linalg on tensor ops
Support vectorization of linalg ops using tensor inputs/outputs.
Differential Revision: https://reviews.llvm.org/D93890
More information about the All-commits
mailing list