[Mlir-commits] [mlir] [MLIR][NVVM] Doc fixes (PR #168716)
Guray Ozen
llvmlistbot at llvm.org
Wed Nov 19 10:33:30 PST 2025
================
@@ -63,7 +63,7 @@ mlir_tablegen(NVVMRequiresSMTraits.cpp.inc -gen-op-interface-defs)
add_mlir_dialect_tablegen_target(MLIRNVVMRequiresSMTraitsIncGen)
add_mlir_dialect(NVVMOps nvvm)
-add_mlir_doc(NVVMOps NVVMDialect Dialects/ -gen-dialect-doc -dialect=nvvm)
+add_mlir_doc(NVVMOps NVVMOps Dialects/ -gen-op-doc)
----------------
grypp wrote:
This way should generate doc for only ops. Previously doc was generated for the dialect, now we write the dialect manually, but we still need auto-generated docs for the OPs.
https://github.com/llvm/llvm-project/pull/168716
More information about the Mlir-commits
mailing list