summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI
Commit message (Expand)AuthorAgeFilesLines
* [mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano2023-05-171-9/+8
* [mlir] Update method cast calls to function callsTres Popp2023-05-123-177/+199
* [mlir] Move casting calls from methods to function callsTres Popp2023-05-124-56/+48
* [MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli2023-05-111-22/+105
* [MLIR][python bindings] Add `PyValue.print_as_operand` (`Value::printAsOperand`)max2023-05-081-0/+8
* Introduce MLIR Op PropertiesMehdi Amini2023-05-012-4/+7
* Revert "Introduce MLIR Op Properties"Mehdi Amini2023-05-011-2/+1
* Introduce MLIR Op PropertiesMehdi Amini2023-05-011-1/+2
* [mlir][bytecode] Return error instead of min versionJacques Pienaar2023-04-301-13/+6
* [mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar2023-04-291-3/+35
* [MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`max2023-04-261-0/+4
* Revert "[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`"max2023-04-251-4/+0
* [MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`max2023-04-241-0/+4
* [mlir] Update JitRunner, ExecutionEngine after LLVM commit 8b1771bd9f3.Lang Hames2023-03-271-1/+2
* [APFloat] Add E4M3B11FNUZDavid Majnemer2023-03-241-0/+8
* [mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso2023-03-214-2/+10
* [mlir][sparse] Renaming "pointer/index" to "position/coordinate"wren romano2023-03-061-12/+12
* [mlir][CAPI] Allow running pass manager on any operationrkayaith2023-03-011-3/+3
* [mlir][python] Add generic operation parse APIsrkayaith2023-03-011-0/+9
* [mlir][python] Don't emit diagnostics when printing invalid opsRahul Kayaith2023-02-261-0/+4
* [mlir][sparse] Factoring out SparseTensorType classwren romano2023-02-141-3/+3
* [mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall2023-02-131-0/+16
* [MLIR] Expose LocationAttrs in the C APIAndrew Young2023-01-242-0/+16
* [mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-143-7/+8
* [mlir] Add #include <optional> (NFC)Kazu Hirata2023-01-133-0/+3
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-105-23/+21
* mlir/tblgen: use std::optional in generationRamkumar Ramachandra2022-12-171-1/+1
* [mlir-c] Add method to create unmanaged dense resource elements attrJacques Pienaar2022-12-161-0/+143
* [mlir][CAPI] Add a simple MlirOpOperand API for MlirValue uses.Mike Urbach2022-12-121-0/+37
* [mlir] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-1/+1
* Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova2022-11-211-3/+3
* [mlir][AsmPrinter] Allow explicitly disabling debug infoRiver Riddle2022-11-181-2/+2
* Add Float8E4M3FN type to MLIR.Reed2022-11-161-0/+8
* [mlir][CAPI] Include anchor op in mlirParsePassPipelinerkayaith2022-11-031-4/+8
* [mlir][CAPI] Allow specifying pass manager anchorrkayaith2022-10-271-0/+5
* [mlir][python] Include pipeline parse errors in exception messagerkayaith2022-10-271-0/+9
* [mlir] Fix and test python bindings for dump_to_object_fileDenys Shabalin2022-10-201-1/+3
* [mlir][sparse] Use the runtime DimLevelType instead of a separate tablegen enumwren romano2022-10-181-20/+11
* [mlir] Simplify DestinationStyleOpInterface.Alexander Belyaev2022-10-171-3/+3
* [mlir] add OperationType to the Transform dialectAlex Zinenko2022-10-112-0/+57
* [mlir][sparse] introduce a higher-order tensor mappingAart Bik2022-10-051-4/+11
* Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo2022-10-041-0/+8
* [mlir][c] Init MLProgram C APIJacques Pienaar2022-10-032-0/+23
* Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka2022-10-021-8/+0
* Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo2022-10-021-0/+8
* [mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin2022-09-291-1/+2
* [mlir] Add C bindings for StridedArrayAttrDenys Shabalin2022-09-291-0/+27
* Plumb write_bytecode to the Python APIMehdi Amini2022-09-052-1/+8
* [mlir] Make DenseArrayAttr genericJeff Niu2022-08-301-1/+1
* [mlir][sparse] add more dimension level types and propertiesAart Bik2022-08-301-1/+22