llvm-capstone/mlir/docs
Guray Ozen ace69e6b94
[mlir][gpu] Improve gpu-lower-to-nvvm-pipeline Documentation (#77062)
This PR improves the documentation for the `gpu-lower-to-nvvm-pipeline`
(as it was remaning item for #75775)

- Changes pipeline `gpu-lower-to-nvvm` -> `gpu-lower-to-nvvm-pipeline`
- Adds a section in GPU Dialect in website. It clarifies the pipeline's
functionality in lowering primary dialects to NVVM targets.
2024-01-05 12:51:25 +01:00
..
Bindings [mlir][python] remove various caching mechanisms (#70831) 2023-11-03 13:28:20 -05:00
DefiningDialects Document CMake Changes Needed to Generate Attribute Code from TableGen 2023-08-15 16:29:46 -05:00
Dialects [mlir][gpu] Improve gpu-lower-to-nvvm-pipeline Documentation (#77062) 2024-01-05 12:51:25 +01:00
includes/img
Rationale [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
Tools [mlir][Docs] Code review is now done on GitHub 2023-11-20 13:18:39 +00:00
Traits [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
Tutorials [mlir][TD] Fix the order of return handles (#76929) 2024-01-04 12:54:16 +00:00
ActionTracing.md
BufferDeallocationInternals.md
Bufferization.md [mlir][doc] Improve Destination-passing-style documentation (#70283) 2023-10-25 20:46:06 -07:00
BytecodeFormat.md
Canonicalization.md
CAPI.md
CMakeLists.txt
DataLayout.md [mlir] use TypeSize and uint64_t in DataLayout (#72874) 2023-11-21 16:12:27 +01:00
DeclarativeRewrites.md Update some uses of getAttr() to be explicit about Inherent vs Discardable (NFC) 2023-09-12 01:33:47 -07:00
Diagnostics.md
DialectConversion.md
doxygen-mainpage.dox
doxygen.cfg.in
Interfaces.md [mlir][doc] Add basic doc for extraTraitClassDeclaration. 2023-10-21 16:34:56 -07:00
LangRef.md [mlir][memref] Remove redundant memref.tensor_store op (#71010) 2023-11-05 12:47:18 +09:00
Passes.md [mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916) 2023-11-30 11:25:53 +01:00
PassManagement.md [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
PatternRewriter.md Finish renaming getOperandSegmentSizeAttr() from operand_segment_sizes to operandSegmentSizes 2023-08-09 19:37:01 -07:00
PDLL.md
Quantization.md [MLIR][Quant] Fix equations in Quantization.md 2023-06-12 13:29:10 +02:00
README.txt
ReleaseNotes.md [MLIR] Switch the default for usePropertiesForAttributes (NFC) 2023-08-28 20:25:03 -07:00
ShapeInference.md
SPIRVToLLVMDialectConversion.md [MLIR][Doc] Remove LLVM dialect typed pointer documentation (#71246) 2023-11-04 15:24:31 +01:00
SymbolsAndSymbolTables.md
TargetLLVMIR.md [mlir] fix LLVM type converter for structs (#73231) 2023-11-23 22:21:39 +01:00

MLIR documentation
==================

Please note mlir.llvm.org is where MLIR's rendered documentation is displayed.
The viewing experience on GitHub or elsewhere may not match those of the
website. For any changes please verify instead that they work on the main
website first.

See https://github.com/llvm/mlir-www for the website generation information.