aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs
AgeCommit message (Expand)AuthorFilesLines
2023-12-06[mlir][ArmSME] Update docs (#74527)Andrzej Warzyński1-6/+22
2023-12-04[mlir][mesh] Add TableGen deffinitions of more collective ops (#73842)Boian Petkantchin1-0/+14
2023-11-30[mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916)Kohei Yamaguchi2-0/+8
2023-11-30[mlir][vector][doc] 0D vectors (#73792)Rik Huijzer1-1/+13
2023-11-23[mlir] fix LLVM type converter for structs (#73231)Oleksandr "Alex" Zinenko1-0/+15
2023-11-21[mlir] use TypeSize and uint64_t in DataLayout (#72874)Oleksandr "Alex" Zinenko1-4/+4
2023-11-21[mlir][mesh] Add collective communication operations (#71960)Boian Petkantchin1-0/+43
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini1-1/+1
2023-11-20[mlir][Docs] Code review is now done on GitHubDavid Spickett1-1/+1
2023-11-17[mlir][emitc] Rename `call` op to `call_opaque` (#72494)Marius Brehler1-4/+4
2023-11-06[mlir][docs] Add link to Visual Studio Code extension (#71190)David Spickett1-1/+2
2023-11-05[mlir][memref] Remove redundant `memref.tensor_store` op (#71010)Matthias Springer1-2/+4
2023-11-04[MLIR][Doc] Remove LLVM dialect typed pointer documentation (#71246)Christian Ulmann3-123/+84
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental1-2/+3
2023-11-02[mlir][ArmSME] Provide descriptions and summaries for types (#70920)Benjamin Maxwell1-0/+2
2023-10-26[mlir][www] Add missing include for ARM SVE passesMehdi Amini1-0/+4
2023-10-26[mlir][emitc] Add a structured for operation (#68206)Gil Rapaport1-3/+0
2023-10-25[mlir][doc] Improve Destination-passing-style documentation (#70283)Mehdi Amini1-14/+32
2023-10-25[mlir][doc] Slightly clarify bufferization documentation (#70212)Rik Huijzer1-10/+10
2023-10-21[mlir][doc] Add basic doc for extraTraitClassDeclaration.Jacques Pienaar1-0/+4
2023-10-21[mlir][doc] Include ml_program passes in passes docJacques Pienaar1-0/+4
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental1-69/+58
2023-10-13Fix typo in CMake varThomas Preud'homme1-1/+1
2023-10-05[mlir][ArmSME] Switch to using custom documentation (#68110)Andrzej Warzyński1-0/+16
2023-10-05[mlir][docs] Cleanup documentations [NFC] (#67945)Kohei Yamaguchi5-77/+18
2023-10-02[mlir] run buffer deallocation in transform tutorial (#67978)Oleksandr "Alex" Zinenko1-0/+14
2023-09-29[MLIR] Add stage to side effectcxy1-1/+88
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes1-2/+2
2023-09-28Recommit "Add a structured if operation (#67234)"Gil Rapaport1-1/+0
2023-09-28Revert "Add a structured if operation (#67234)"Gil Rapaport1-0/+1
2023-09-27Add a structured if operation (#67234)Gil Rapaport1-1/+0
2023-09-26[mlir] cleanup of structured.tile* transform ops (#67320)Oleksandr "Alex" Zinenko3-23/+23
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi1-8/+9
2023-09-25[mlir] add transform tutorial chapter for Halide conv mapping (#66386)Oleksandr "Alex" Zinenko2-0/+692
2023-09-18[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart1-36/+10
2023-09-14[mlir][bufferization] Add an ownership based buffer deallocation pass (#66337)Martin Erhart1-0/+604
2023-09-13Revert "[mlir][bufferization] Remove allow-return-allocs and create-deallocs ...Martin Erhart1-0/+78
2023-09-13Revert "[mlir][bufferization] Improve buffer deallocation pass"Martin Erhart1-601/+0
2023-09-13[mlir][bufferization] Improve buffer deallocation passMartin Erhart1-0/+601
2023-09-13[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart1-78/+0
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini1-2/+2
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart2-19/+8
2023-08-28[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini1-0/+8
2023-08-28[mlir] Enable DRR variadic operand matchingLogan Chien1-0/+44
2023-08-27Revert "[MLIR] Switch the default for usePropertiesForAttributes (NFC)"Mehdi Amini1-8/+0
2023-08-27[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini1-0/+8
2023-08-22Fix typos in TargetLLVMIR.mdXiaolei Shi1-4/+4
2023-08-18Fix minor typos in MLIR doc (NFC)Mehdi Amini1-4/+4
2023-08-16[MLIR] fix some copy/paste issues in the doc for Interface examples (NFC)Mehdi Amini1-3/+3
2023-08-15Reland "[mlir] Add a postprocessing parameter in Pattern"Jian Cai1-1/+32