llvm-capstone/mlir/docs
David Spickett a4fbe31f9e
[mlir][docs] Add link to Visual Studio Code extension (#71190)
The document talks a lot about it but never says explicitly that it
comes from the marketplace. At first I thought I had to install it
locally.
2023-11-06 09:21:07 +00: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][Doc] Remove LLVM dialect typed pointer documentation (#71246) 2023-11-04 15:24:31 +01:00
includes/img
Rationale [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
Tools [mlir][docs] Add link to Visual Studio Code extension (#71190) 2023-11-06 09:21:07 +00:00
Traits [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
Tutorials [mlir] run buffer deallocation in transform tutorial (#67978) 2023-10-02 16:08:11 +02:00
ActionTracing.md [MLIR][doc] Fix the [TOC] tag in two doc 2023-04-25 00:10:26 -07:00
BufferDeallocationInternals.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
Bufferization.md [mlir][doc] Improve Destination-passing-style documentation (#70283) 2023-10-25 20:46:06 -07:00
BytecodeFormat.md [mlir][bytecode] Avoid recording null arglocs & realloc opnames. 2023-05-25 09:24:50 -07:00
Canonicalization.md [mlir] Add a new fold API using Generic Adaptors 2023-01-11 14:32:21 +01:00
CAPI.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
CMakeLists.txt
DataLayout.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02: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 [mlir] Add support for regex within expected-* diagnostics 2022-07-11 21:01:30 -07:00
DialectConversion.md [mlir][Affine][NFC] Wrap dialect in "affine" namespace 2023-04-20 11:19:21 +09:00
doxygen-mainpage.dox
doxygen.cfg.in [docs] Hide collaboration and include graphs in doxygen docs 2023-05-04 12:26:51 +02:00
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][www] Add missing include for ARM SVE passes 2023-10-26 16:08:31 -07: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 [mlir][ods] Make Type- and AttrInterfaces also Types and Attrs 2022-07-07 11:54:47 +02:00
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 [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
SPIRVToLLVMDialectConversion.md [MLIR][Doc] Remove LLVM dialect typed pointer documentation (#71246) 2023-11-04 15:24:31 +01:00
SymbolsAndSymbolTables.md [mlir][NFC] Update textual references of func to func.func in examples+python scripts 2022-04-20 22:17:26 -07:00
TargetLLVMIR.md [MLIR][Doc] Remove LLVM dialect typed pointer documentation (#71246) 2023-11-04 15:24:31 +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.