[PATCH] D74457: [mlir][EDSC][Linalg] Compose linalg_matmul and vector.contract
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:56:54 PST 2020
aartbik accepted this revision.
aartbik added a comment.
This revision is now accepted and ready to land.
trusting that you will fix both typos, good to land
================
Comment at: mlir/lib/Dialect/Linalg/EDSC/Builders.cpp:218
+ using edsc::op::operator*;
+ assert(args.size() == 2 && "expected 3 block arguments");
+ ValueHandle a(args[0]), b(args[1]);
----------------
expected 2 block arguments!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74457/new/
https://reviews.llvm.org/D74457
More information about the llvm-commits
mailing list