[all-commits] [llvm/llvm-project] 255494: [MLIR] Matrix: support matrix-vector multiplication
Arjun P via All-commits
all-commits at lists.llvm.org
Wed Feb 2 04:11:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 255494144fc6326c2a7d294e437fe5000fca7a57
https://github.com/llvm/llvm-project/commit/255494144fc6326c2a7d294e437fe5000fca7a57
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/LinearTransform.h
M mlir/include/mlir/Analysis/Presburger/Matrix.h
M mlir/lib/Analysis/Presburger/LinearTransform.cpp
M mlir/lib/Analysis/Presburger/Matrix.cpp
Log Message:
-----------
[MLIR] Matrix: support matrix-vector multiplication
This just moves in the implementation from LinearTransform.
Reviewed By: Groverkss, bondhugula
Differential Revision: https://reviews.llvm.org/D118479
More information about the All-commits
mailing list