We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8d6c4 commit fc0fd87Copy full SHA for fc0fd87
mlir/include/mlir/Dialect/Mesh/IR/CMakeLists.txt
@@ -1,11 +1,10 @@
1
add_mlir_dialect(MeshOps mesh)
2
-add_mlir_doc(MeshOps MeshOps Dialects/ -gen-op-doc)
+add_mlir_doc(MeshOps MeshOps Dialects/ -gen-dialect-doc -dialect=mesh)
3
4
set(LLVM_TARGET_DEFINITIONS MeshBase.td)
5
mlir_tablegen(MeshOpsAttributes.h.inc -gen-attrdef-decls)
6
mlir_tablegen(MeshOpsAttributes.cpp.inc -gen-attrdef-defs)
7
add_public_tablegen_target(MLIRMeshOpsAttrIncGen)
8
-add_mlir_doc(MeshOps MeshAttributes Dialects/ -gen-attrdef-doc)
9
10
11
mlir_tablegen(MeshOpsEnums.h.inc -gen-enum-decls)
0 commit comments