[PATCH] D73145: [mlir][Linalg] Add a Linalg DRR test to go from matmul to vectors
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 25 20:02:06 PST 2020
mehdi_amini marked an inline comment as done.
mehdi_amini added inline comments.
================
Comment at: mlir/test/lib/Transforms/TestLinalgMatmulToVector.cpp:3
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
----------------
jsetoain wrote:
> Part of the LLVM Project or part of the MLIR Project?
Thanks for noticing. I just mass-updated all the MLIR files in the repo to mention "Part of the LLVM project".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73145/new/
https://reviews.llvm.org/D73145
More information about the llvm-commits
mailing list