[PATCH] D75653: [mlir][LLVM] Introduce an intrinsic for llvm.matrix.multiply
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 15:21:42 PST 2020
aartbik accepted this revision.
aartbik added inline comments.
================
Comment at: mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td:790
+ "`:` `(` type($lhs) `,` type($rhs) `)` `->` type($res)";
+}
+
----------------
In the longer run, do we want any sanity checks on the passed in rows/columns and types of the operands?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75653/new/
https://reviews.llvm.org/D75653
More information about the llvm-commits
mailing list