aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs
AgeCommit message (Expand)AuthorFilesLines
2023-01-22[mlir][ods] Simplify signature of `custom` printers and parsers of Attributes...Markus Böck1-4/+19
2023-01-18[mlir] Add support for interface inheritanceRiver Riddle1-0/+70
2023-01-18[mlir] Limit Interface generation to the top-level input fileRiver Riddle1-0/+7
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu3-7/+6
2023-01-11[mlir] Add a new fold API using Generic AdaptorsMarkus Böck3-10/+35
2023-01-06[mlir] NFC: rename TransformTypeInterface to TransformHandleTypeInterfaceAlex Zinenko1-2/+2
2023-01-06[mlir] introduce parameters into the transofrm dialectAlex Zinenko1-36/+58
2023-01-03[mlir][transforms][NFC] Expand CanonicalizerPass documentationMatthias Springer1-5/+18
2022-12-21Revert "Revert "[mlir][py] Enable building ops with raw inputs""Jacques Pienaar1-0/+28
2022-12-21Revert "[mlir][py] Enable building ops with raw inputs"Jacques Pienaar1-28/+0
2022-12-21[mlir][py] Enable building ops with raw inputsJacques Pienaar1-0/+28
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra2-14/+14
2022-12-06[mlir] [docs] Broken link in MLIR Toy docsWheest1-1/+1
2022-12-06[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata2-6/+6
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-4/+4
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle18-60/+60
2022-12-02[mlir] Remove support for non-prefixed accessorsRiver Riddle1-53/+23
2022-11-12[mlir] Don't include the attribute self type in a `params` directiveRiver Riddle1-2/+3
2022-11-04[mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle1-0/+7
2022-11-04Add TOC to GPU.mdOleksandr "Alex" Zinenko1-0/+2
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith1-2/+2
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-7/+7
2022-10-31[mlir][doc] Update op optional-group asm format docrkayaith1-2/+3
2022-10-27[mlir] Fix typo s/utilties/utilities/ (including in file name)Emilio Cota1-1/+1
2022-10-24[mlir:LLVM] Rewrite the LLVMIR export to use the debug info attributesRiver Riddle1-0/+10
2022-10-24Add a document on side effects & speculation in MLIRSanjoy Das1-0/+93
2022-10-22Fix #58322: Handlers for debug actions with equal parameter types must not ov...Tomás Longeri1-4/+6
2022-10-17[mlir][ods] Do not print default-valued attributes when the value is equal to...Jeremy Furtek1-0/+3
2022-10-12[mlir][ods] Allow custom directives in optional groupsJeff Niu1-5/+10
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das4-5/+5
2022-10-12[mlir][doc] move transform dialect docs to .md, NFCAlex Zinenko1-0/+328
2022-10-12[mlir] document transform dialect typesAlex Zinenko1-2/+0
2022-10-11[mlir] generate docs for GPU transform extensionAlex Zinenko1-0/+4
2022-10-11[mlir] add types to the transform dialectAlex Zinenko1-0/+4
2022-10-07[mlir][doc] Remove trailing whitespace (NFC)Jacques Pienaar1-4/+4
2022-10-05[mlir] tweak declarative assembly docOleksandr "Alex" Zinenko1-3/+3
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer1-2/+2
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski10-18/+18
2022-09-28[mlir] Add macro for enabling all generated pass declarationsrkayaith1-9/+8
2022-09-27[mlir:LSP] Add bullet for tablegen hover in the vscode sectionRiver Riddle1-0/+1
2022-09-27[mlir:LSP] Add a doc blurb for bytecode editing supportRiver Riddle1-5/+15
2022-09-27[TableGen:LSP] Add hover support for records and recordvalsRiver Riddle1-0/+12
2022-09-27[mlir][spirv] Use "SPIR-V" in the doc after dialect renamingLei Zhang1-1/+1
2022-09-26Revert "[mlir][spirv] Change td def/class prefix from SPV to SPIRV"Jakub Kuderski1-2/+2
2022-09-26[mlir][spirv] Change td def/class prefix from SPV to SPIRVJakub Kuderski1-2/+2
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski4-345/+345
2022-09-20[mlir][ods] Generalize default/optional parametersJeff Niu1-24/+15
2022-09-20[mlir][ods] Format: allow anchors in the else elementsJeff Niu2-9/+11
2022-09-19[mlir] Add Dynamic DialectsMathieu Fehr1-0/+24
2022-09-17[mlir] use strided layout in structured codegen-related testsAlex Zinenko2-23/+21