[all-commits] [llvm/llvm-project] 529995: [mlir][linalg] Add vectorization support for conv_1d
devajith-huawei via All-commits
all-commits at lists.llvm.org
Wed Mar 8 14:23:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5299953ababd25c00ad97d0db4a4a795359c1058
https://github.com/llvm/llvm-project/commit/5299953ababd25c00ad97d0db4a4a795359c1058
Author: Devajith Valaparambil Sreeramaswamy <devajith.sreeramaswamy at huawei.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorize-convolution.mlir
Log Message:
-----------
[mlir][linalg] Add vectorization support for conv_1d
This MR add vectorization support for linalg.conv_1D operation.
Reviewed By: nicolasvasilache, hanchung, dcaballe, vmurali
Differential Revision: https://reviews.llvm.org/D145160
More information about the All-commits
mailing list