[all-commits] [llvm/llvm-project] 63b683: [mlir][Vector] Add a vector.matrix_multiply op on ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Mar 9 10:35:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63b683a8168fa03bd8dfa7567c73ad507104f666
https://github.com/llvm/llvm-project/commit/63b683a8168fa03bd8dfa7567c73ad507104f666
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-03-09 (Mon, 09 Mar 2020)
Changed paths:
M mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Target/llvmir-intrinsics.mlir
Log Message:
-----------
[mlir][Vector] Add a vector.matrix_multiply op on 1-D vectors
Summary: This op mirrors the llvm.intr counterpart and allows lowering + type conversions in a progressive fashion.
Differential Revision: https://reviews.llvm.org/D75775
More information about the All-commits
mailing list