summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI
AgeCommit message (Expand)Author
2025-07-04[mlir][python] Add debug helpersusers/nico/python-2Nicolas Vasilache
2025-07-04[mlir][python] Add utils for more pythonic context creation and registration ...users/nico/python-1Nicolas Vasilache
2025-06-26[MLIR][Linalg] Harden parsing Linalg named ops (#145337)Mehdi Amini
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar
2025-02-15[MLIR] Fix mlirExecutionEngineLookup throwing assert on lookup fail (#123924)Edgar
2025-02-13[mlir][index] Add CAPI (#127039)Martin Erhart
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini
2025-02-06[mlir] feat: add `mlirFuncSetResultAttr` (#125972)Avik Pal
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra
2025-01-31[mlir][llvmir][reland] expose Type(To/From)LLVMIRTranslator C API (#125110)Maksim Levental
2025-01-30Revert "[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)"Maksim Levental
2025-01-30[mlir] Fix warningsKazu Hirata
2025-01-30[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (#124864)Maksim Levental
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2025-01-20[mlir][IR] Remove `isF...()` type API for low-precision FP types (#123326)Matthias Springer
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer
2025-01-14[mlir][emitc] Expose emitc dialect types (#119645)Eliud de León
2025-01-07[MLIR][CAPI] export LLVMFunctionType param getter and setters (#121888)William Moses
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-12-15MLIR-C: Add accessor for LLVM array type (#119998)William Moses
2024-12-11[mlir][emitc] Add support for C-API/python binding to EmitC dialect (#119476)Eliud de León
2024-12-05[MLIR][Python] enhance python ir printing with pringing flags (#117836)Yuanqiang Liu
2024-11-23[MLIR][Python] Add the `--mlir-print-ir-tree-dir` to the C and Python API (#1...Mehdi Amini
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson
2024-10-18eliminating g++ warnings (#105520)Frank Schlimbach
2024-10-07[mlir][debuginfo] Add support for subprogram annotations (#110946)Walter Erquinigo
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-10-02[MLIR][sparse] Add `soa` property to `sparse_tensor` Python bindings (#109135)Mateusz Sokół
2024-09-26[mlir] Improvements to the 'quant' dialect (#100667)Rafael Ubal
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub