llvm-project/mlir/docs
Stephen Neuendorffer 47df8c57e4 [MLIR] Updates around MemRef Normalization
The documentation for the NormalizeMemRefs pass and the associated MemRefsNormalizable
traits was confusing and not on the website.  This update clarifies the language
around the difference between a MemRef Type, an operation that accesses the value of
MemRef Type, and better documents the limitations of the current implementation.
This patch also includes some basic debugging information for the pass so people
might have a chance of figuring out why it doesn't work on their code.

Differential Revision: https://reviews.llvm.org/D88532
2020-10-01 21:11:41 -07:00
..
Bindings Add Operation to python bindings. 2020-09-23 07:57:50 -07:00
Dialects [spirv] Move device info from resource limit into target env 2020-09-18 17:41:07 -04:00
Rationale [mlir] NFC: fix trivial typos in documents 2020-08-27 03:50:34 +09:00
Tutorials Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
includes/img Update SVG images to be properly cropped (NFC) 2020-09-08 00:56:10 +00:00
CAPI.md [mlir] Model StringRef in C API 2020-09-16 16:04:36 +02:00
CMakeLists.txt Remove CMake configuration for Sphinx targets in MLIR 2020-03-12 01:28:38 +00:00
Canonicalization.md Merge OpFolderDialectInterface with DialectFoldInterface (NFC) 2020-08-13 00:39:22 +00:00
ConversionToLLVMDialect.md [mlir] minor tweaks in standard-to-llvm lowering 2020-06-30 21:19:19 +02:00
DeclarativeRewrites.md [drr] Add $_loc special directive for NativeCodeCall 2020-08-11 14:06:17 -07:00
Diagnostics.md [Support] Move LLD's parallel algorithm wrappers to support 2020-05-05 15:21:05 -07:00
DialectConversion.md [mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructure 2020-08-13 12:05:55 -07:00
EDSC.md [mlir] Change dialect namespace loop->scf 2020-05-13 19:20:21 +02:00
Interfaces.md [mlir] Update docs referencing OpTrait::Symbol. 2020-09-30 03:55:54 +00:00
LangRef.md [NFC] Fix syntax of ranked memrefs in the MLIR Language Reference. 2020-09-25 08:17:39 -07:00
OpDefinitions.md Version 0.5 of the new "TableGen Backend Developer's Guide." 2020-09-22 14:01:52 -04:00
PassManagement.md Add documentation for getDependentDialects() in the PassManagement infra docs 2020-09-07 23:59:11 +00:00
Passes.md [mlir] Fix capitalization typo 2020-09-26 09:18:35 -07:00
PatternRewriter.md [mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructure 2020-08-13 12:05:55 -07:00
Quantization.md [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
README.txt [mlir] Add short readme.txt to docs directory 2020-02-18 08:35:22 -08:00
SPIRVToLLVMDialectConversion.md [MLIR][docs] Fix typos 2020-09-24 12:49:05 +03:00
ShapeInference.md [mlir] NFC: fix trivial typo 2020-04-29 14:47:56 +09:00
SymbolsAndSymbolTables.md [mlir] Update docs referencing OpTrait::Symbol. 2020-09-30 03:55:54 +00:00
Traits.md [MLIR] Updates around MemRef Normalization 2020-10-01 21:11:41 -07:00
doxygen-mainpage.dox [mlir] Bootstrap doxygen config 2020-01-25 09:31:59 -08:00
doxygen.cfg.in [mlir] NFC: fix trivial typo 2020-04-29 14:47:56 +09:00

README.txt

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.