[PATCH] D80809: [mlir][Linalg] Make contraction vectorization use vector transfers
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 09:13:03 PDT 2020
ftynse accepted this revision.
ftynse added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/test/Dialect/Linalg/transform-patterns.mlir:2
+// RUN: mlir-opt %s -test-linalg-transform-patterns=test-patterns
+//| FileCheck %s
----------------
Something went wrong here, you need `\` at the end of the previous line for this to work
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