[Mlir-commits] [mlir] [mlir][mesh] fix docs (PR #70385)
Maksim Levental
llvmlistbot at llvm.org
Thu Oct 26 15:00:44 PDT 2023
https://github.com/makslevental created https://github.com/llvm/llvm-project/pull/70385
None
>From 09dfa45e6f05c27ec1f45440ed088743b0fece28 Mon Sep 17 00:00:00 2001
From: max <maksim.levental at gmail.com>
Date: Thu, 26 Oct 2023 16:59:59 -0500
Subject: [PATCH] [mlir][mesh] fix docs
---
mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt b/mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt
index cfc948e305638fa..f3ee695a51380ce 100644
--- a/mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt
@@ -1,11 +1,10 @@
add_mlir_dialect(MeshOps mesh)
-add_mlir_doc(MeshOps MeshOps Dialects/ -gen-op-doc)
+add_mlir_doc(MeshOps MeshOps Dialects/ -gen-dialect-doc -dialect mesh)
set(LLVM_TARGET_DEFINITIONS MeshBase.td)
mlir_tablegen(MeshOpsAttributes.h.inc -gen-attrdef-decls)
mlir_tablegen(MeshOpsAttributes.cpp.inc -gen-attrdef-defs)
add_public_tablegen_target(MLIRMeshOpsAttrIncGen)
-add_mlir_doc(MeshOps MeshAttributes Dialects/ -gen-attrdef-doc)
set(LLVM_TARGET_DEFINITIONS MeshBase.td)
mlir_tablegen(MeshOpsEnums.h.inc -gen-enum-decls)
More information about the Mlir-commits
mailing list