[PATCH] D73145: [mlir][Linalg] Add a Linalg DRR test to go from matmul to vectors
Javier Setoain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 10:37:52 PST 2020
jsetoain added inline comments.
================
Comment at: mlir/test/lib/Transforms/CMakeLists.txt:29
add_dependencies(MLIRTestTransforms MLIRTestVectorTransformPatternsIncGen)
+add_dependencies(MLIRTestTransforms MLIRTestLinalgMatmulToVectorPatternsIncGen)
target_link_libraries(MLIRTestTransforms
----------------
I'm not sure if the policy is to keep these in lexycographical order?
================
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.
----------------
Part of the LLVM Project or part of the MLIR 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