llvm-capstone/mlir/docs
Andrey Portnoy 444bb1f1bb [mlir][Toy] Remove unnecessary transpose from chapter 1 example
The call to 'multiply_transpose' in the initialization of the variable 'f' was
intended to have a shape mismatch. However the variable 'a' has shape <2, 3> and
the variable 'c' has shape <3, 2>, so the arguments 'transpose(a)' and 'c' have
in fact compatible shapes (<3, 2> both), the opposite of what is wanted here.
This commit removes the transpose so that arguments 'a' and 'c' have
incompatible shapes <2, 3> and <3, 2>, respectively.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D151897
2023-06-06 11:23:35 -07:00
..
Bindings Revert "Revert "[mlir][py] Enable building ops with raw inputs"" 2022-12-21 16:22:39 -08:00
DefiningDialects [mlir] Convert quantized dialect bytecode to generated. 2023-06-06 11:16:07 -07:00
Dialects issue#62488: Correct some syntax errors. Leave location and custom-operation-format unchanged, because I'm not sure. 2023-06-05 16:08:41 -07:00
includes/img [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Rationale [MLIR][Docs] Unwrap video link in Rationale 2023-06-02 15:22:26 +01:00
Tools [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
Tutorials [mlir][Toy] Remove unnecessary transpose from chapter 1 example 2023-06-06 11:23:35 -07: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][arith] Disallow zero ranked tensors for select's condition 2023-06-01 12:12:46 +05:30
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 [mlir][docs] Group the docs for defining dialect components 2022-12-02 13:38:14 -08: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][CallOpInterface] Add setCalleeFromCallable method 2023-05-08 06:07:10 -07:00
LangRef.md issue#62488: Correct some syntax errors. Leave location and custom-operation-format unchanged, because I'm not sure. 2023-06-05 16:08:41 -07:00
Passes.md [mlir] fix documentation includes 2023-05-31 08:58:42 +00:00
PassManagement.md Restore mlir-opt --run-reproducer option to opt-in running a reproducer 2023-05-04 11:08:03 -07:00
PatternRewriter.md [mlir][NFC] GreedyPatternRewriteDriver: Merge region-based and multi-op-based drivers 2023-01-27 17:32:00 +01:00
PDLL.md [mlir][ods] Make Type- and AttrInterfaces also Types and Attrs 2022-07-07 11:54:47 +02:00
Quantization.md
README.txt
ShapeInference.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
SPIRVToLLVMDialectConversion.md [mlir][spirv] Change dialect name from 'spv' to 'spirv' 2022-09-26 10:58:30 -04: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][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
Traits.md Fix mlir trait documentation typo 2023-05-12 22:52:23 +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.