[Mlir-commits] [mlir] [mlir][mesh] Refactoring code organization, tests and docs (PR #79606)
Mehdi Amini
llvmlistbot at llvm.org
Fri Jan 26 17:17:23 PST 2024
================
@@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/Mesh/IR/MeshOps.h"
+#include "mlir/Dialect/Mesh/IR/MeshDialect.h"
----------------
joker-eph wrote:
Nit: this should be in the next group below, "mlir/Dialect/Mesh/IR/MeshOps.h" should be alone at the top.
https://github.com/llvm/llvm-project/pull/79606
More information about the Mlir-commits
mailing list