[PATCH] D80267: [mlir][Linalg] Refactor linalg tiling
Alexander Belyaev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 23:57:46 PDT 2020
pifon2a accepted this revision.
pifon2a added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h:18
namespace linalg {
+struct LinalgTilingOptions;
----------------
super-nit: empty line before `struct...` .
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80267/new/
https://reviews.llvm.org/D80267
More information about the llvm-commits
mailing list