File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
include/mlir/Dialect/LLVMIR Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- # NVVM Dialect
1+ # 'nvvm' Dialect
22
33The NVVM dialect is MLIR's LLVM-IR-based, NVIDIA-specific backend dialect. It
44models NVVM intrinsics and public ISA functionality and introduces NVIDIA
@@ -93,8 +93,3 @@ of an operation is that used in LLVM IR prefixed with "`nvvm.`".
9393
9494[ include "Dialects/NVVMOps.md"]
9595
96-
97- ## Op Interfaces
98-
99- [ include "Dialects/NVVMRequiresSMTraits.md"]
100-
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mlir_tablegen(NVVMRequiresSMTraits.cpp.inc -gen-op-interface-defs)
6363add_mlir_dialect_tablegen_target(MLIRNVVMRequiresSMTraitsIncGen)
6464
6565add_mlir_dialect(NVVMOps nvvm)
66- add_mlir_doc(NVVMOps NVVMDialect Dialects/ -gen-dialect -doc -dialect=nvvm )
66+ add_mlir_doc(NVVMOps NVVMOps Dialects/ -gen-op -doc )
6767set (LLVM_TARGET_DEFINITIONS NVVMOps.td)
6868mlir_tablegen(NVVMConversions.inc -gen-llvmir-conversions)
6969mlir_tablegen(NVVMFromLLVMIRConversions.inc -gen-intr-from-llvmir-conversions)
You can’t perform that action at this time.
0 commit comments