[PATCH] D74797: [mlir] [VectorOps] Framework for progressive lowering of vector.contract
Andy Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 14:53:16 PST 2020
andydavis1 added inline comments.
================
Comment at: mlir/lib/Dialect/VectorOps/VectorTransforms.cpp:975
+ assert(resIndex >= 0);
+#if 0
+ std::cerr << "ENTER " << lhsIndex << "/" << rhsIndex
----------------
Remove debug code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74797/new/
https://reviews.llvm.org/D74797
More information about the llvm-commits
mailing list