[PATCH] D80393: [mlir][Vector] Add more vector.contract -> outerproduct lowerings and fix vector.contract type inference.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 09:44:44 PDT 2020
ftynse added inline comments.
================
Comment at: mlir/test/Dialect/Vector/vector-contract-transforms.mlir:3
// RUN: mlir-opt %s -test-vector-contraction-conversion=vector-lower-matrix-intrinsics=1 | FileCheck %s --check-prefix=MATRIX --dump-input-on-failure
-// RUN: mlir-opt %s -test-vector-contraction-conversion=vector-outerproduct=1 | FileCheck %s --check-prefix=OUTERPRODUCT --dump-input-on-failure
+// RUN: mlir-opt %s -test-vector-contraction-conversion=vector-outerproduct=1 -mlir-disable-threading
+//| FileCheck %s --check-prefix=OUTERPRODUCT --dump-input-on-failure
----------------
nicolasvasilache wrote:
> aartbik wrote:
> > why did the threading flag get into play here?
> debugging leftover, thanks!
Still see it in the code, forgot to upload?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80393/new/
https://reviews.llvm.org/D80393
More information about the llvm-commits
mailing list