summaryrefslogtreecommitdiff
path: root/mlir/docs
AgeCommit message (Expand)Author
2025-11-20[mlir][spirv] Add support for SwitchOp (#168713)Igor Wodiany
2025-11-19[MLIR][NVVM] Doc fixes (#168716)Guray Ozen
2025-11-19[MLIR][NVVM] Add operations and interfacesGuray Ozen
2025-11-19[MLIR][NVVM] Move docs to correct folderGuray Ozen
2025-11-18[MLIR][NVVM] Move the docs to markdown file (#168375)Guray Ozen
2025-11-09Fix typo in LangRef.md regarding regions (#167242)Omar Hossam
2025-11-05[mlir][ods] Enable granular pass registration. (#166532)Jacques Pienaar
2025-10-25[mlir][docs] Migrate code examples to nanobind, make Python spelling … (#16...Nicholas Junge
2025-10-20[mlir][python] Add Pythonic wrappers for gpu ops (#163883)Asher Mancinelli
2025-10-20[mlir][docs] Add documentation for No-rollback Conversion Driver (#164071)Matthias Springer
2025-10-17[NFC][MLIR][shard] improving shard docs (#163782)Frank Schlimbach
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-13[MLIR][Docs] Move back the "other functionality" section in bindings (#163129)Twice
2025-10-13[MLIR][Linalg][Docs] Add forms to Linalg rationale docs (#156859)Renato Golin
2025-10-13[MLIR][Docs] Add a section for Python-defined dialects, passes and rewrite pa...Twice
2025-10-11[MLIR][Docs] Add docs for Python-defined pass in Python bindings (#162833)Twice
2025-10-10[MLIR][Vector] Remove vector.splat (#162167)James Newling
2025-10-07[MLIR][Transform] Docs: add SMT extension section and fix Tune header (#161560)Rolf Morel
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental
2025-10-04[mlir][docs] Fix typo: 'DDR' → 'DRR' in Creating a Dialect tutorial (#161967)Joseph Bak
2025-09-29[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)Joseph Bak
2025-09-26[MLIR][TBLGen] Added compound assignment operator for any BitEnum (#160840)Alexandra Sidorova
2025-09-17[mlir][doc] fix `affine` op header link (#158650)Elam Cohavi
2025-09-16[mlir][spirv][nfc] Update documentation to describe the testing strategy (#15...Igor Wodiany
2025-09-12Fix MLIR Transform Tutorial Doc (#155285)Brandon Kirincich
2025-09-11[MLIR] Enable caching of type conversion in the presence of context-aware con...Mehdi Amini
2025-09-11[MLIR][Bytecode] Followup 8106c81 (#157136)Nikhil Kalra
2025-09-11[IRDL] [NFC] Add the IRDL dialect rationale document (#157858)Théo Degioanni
2025-09-04[MLIR][Bytecode] Enforce alignment requirements (#157004)Nikhil Kalra
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer
2025-08-21[MLIR] Introduce RemarkEngine + pluggable remark streaming (YAML/Bitstream) (...Guray Ozen
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-17[mlir][doc] fixup code block (#153977)Erik Davis
2025-08-07[mlir][Transforms] Make lookup without type converter unambiguous (#151747)Matthias Springer
2025-07-30[mlir][docs] Use APIntParameter instead of APInt in AttributesAndTypes.md (#1...Chaitanya Koparkar
2025-07-28[mlir][EmitC]Expand the MemRefToEmitC pass - Lowering `AllocOp` (#148257)Jaden Angella
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero
2025-07-27[mlir][toy] Update dialect conversion example (#150826)Matthias Springer
2025-07-27[MLIR] Update MLIR tutorial to use LDBG() macro (#150763)Mehdi Amini
2025-07-26[mlir][doc] Fix transform dialect tutorial ch3 (#150456)lonely eagle
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-07-25[NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dia...Frank Schlimbach
2025-07-25[mlir] fix transform dialect doc includes (#150408)Oleksandr "Alex" Zinenko
2025-07-24[MLIR] Improve tutorial to make it clear that `walk()` is visiting the root o...Mehdi Amini
2025-07-24[mlir][docs] Fix broken links of LIFT (#150152)Longsheng Mou
2025-07-18[mlir][transform] Fix ch2 and additional documentation (#148407)lonely eagle
2025-07-17[mlir][docs] Rename OpTrait to Trait in ODS doc (#148276)Jian Cai
2025-07-17[mlir][vector][memref] Add `alignment` attribute to memory access ops (#144344)tyb0807