[all-commits] [llvm/llvm-project] c8f573: [mlir][Linalg] NFC - Drop vectorization reliance o...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jan 17 09:01:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8f5735301993c363c16ce5ddda6f1f6cb968090
https://github.com/llvm/llvm-project/commit/c8f5735301993c363c16ce5ddda6f1f6cb968090
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
R mlir/test/Conversion/LinalgToVector/linalg-to-vector.mlir
M mlir/test/lib/Dialect/Linalg/CMakeLists.txt
R mlir/test/lib/Dialect/Linalg/TestConvVectorization.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Drop vectorization reliance on ConvolutionOpInterface
Differential Revision: https://reviews.llvm.org/D117323
More information about the All-commits
mailing list