[all-commits] [llvm/llvm-project] bf561d: [mlir][Vector] Vectorize integer matmuls
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Jul 22 10:45:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf561dd2eb138e5c5a78adcd429b7f79fd58b0d2
https://github.com/llvm/llvm-project/commit/bf561dd2eb138e5c5a78adcd429b7f79fd58b0d2
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
Log Message:
-----------
[mlir][Vector] Vectorize integer matmuls
The underlying infrastructure supports this already, just add the
pattern matching for linalg.generic.
Differential Revision: https://reviews.llvm.org/D84335
More information about the All-commits
mailing list