diff options
| author | Nicolas Vasilache <ntv@google.com> | 2020-01-31 14:42:34 -0500 |
|---|---|---|
| committer | Nicolas Vasilache <ntv@google.com> | 2020-01-31 16:02:21 -0500 |
| commit | f9fa9e1f0e9508abb7b11b161a4c1509a6933d2b (patch) | |
| tree | 90077663ada3615b34438fe74a2422f305a4c412 /llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp | |
| parent | 83a7a4aaad83443f7b22bbc842bb67d4161a9a3f (diff) | |
| download | llvm-f9fa9e1f0e9508abb7b11b161a4c1509a6933d2b.zip llvm-f9fa9e1f0e9508abb7b11b161a4c1509a6933d2b.tar.gz llvm-f9fa9e1f0e9508abb7b11b161a4c1509a6933d2b.tar.bz2 | |
[mlir][Linalg] Adding support for linalg_matmul with tensors.
Summary:
This revision provides 2 versions of matmul with tensors to account for the differences in buffer vs value semantics:
1. `C(i, j) = sum_{r_k} A(i, r_k) * B(r_k, j)`
2. `D(i, j) = C(i, j) + sum_{r_k} A(i, r_k) * B(r_k, j)`
Reviewers: ftynse
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73796
Diffstat (limited to 'llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp')
0 files changed, 0 insertions, 0 deletions
