[PATCH] D80809: [mlir][Linalg] Make contraction vectorization use vector transfers
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 10:21:25 PDT 2020
nicolasvasilache added inline comments.
================
Comment at: mlir/test/Dialect/Linalg/transform-patterns.mlir:2
+// RUN: mlir-opt %s -test-linalg-transform-patterns=test-patterns
+//| FileCheck %s
----------------
ftynse wrote:
> Something went wrong here, you need `\` at the end of the previous line for this to work
sorry, had forgotten to updated, the syntax was wrong and I was debugging.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80809/new/
https://reviews.llvm.org/D80809
More information about the llvm-commits
mailing list