summaryrefslogtreecommitdiff
path: root/mlir/python
Commit message (Expand)AuthorAgeFilesLines
* [mlir][linalg] Add channel-first variants of convolutionkon722023-05-121-0/+83
* [MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli2023-05-111-1/+23
* Revert "[mlir][python] Allow specifying block arg locations"Rahul Kayaith2023-05-091-2/+2
* [mlir][python] Allow specifying block arg locationsRahul Kayaith2023-05-091-2/+2
* [mlir] make transform.loop.outline also return the call handleAlex Zinenko2023-05-051-2/+4
* [MLIR][python bindings] Add some AttrBuilder and port _exts to use them.max2023-04-265-424/+488
* [MLIR][python bindings] implement `PyValue` subclassing to enable operator ov...max2023-04-141-1/+1
* [APFloat] Add E4M3B11FNUZDavid Majnemer2023-03-241-0/+8
* Revert "[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where...Nicolas Vasilache2023-03-201-0/+2
* [mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where unneces...Nicolas Vasilache2023-03-201-2/+0
* [mlir][python] Capture error diagnostics in exceptionsRahul Kayaith2023-03-071-1/+22
* [mlir][python] Remove "Raw" OpView classesRahul Kayaith2023-03-011-1/+1
* [mlir][Linalg] Refactor transform.structured.pad to separate out hoistingNicolas Vasilache2023-02-281-3/+0
* [mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall2023-02-131-0/+16
* [mlir] Relax version requirement for PyYAML in mlirStella Stamenova2023-02-071-1/+1
* [mlir][py] Fix infer return type invocation for variadicsJacques Pienaar2023-02-061-1/+1
* [mlir] Pin for the PyPi requirements for mlirStella Stamenova2023-02-011-4/+4
* [mlir] multi-argument binding for top-level transform opsAlex Zinenko2023-01-311-3/+24
* [mlir] fix python typesAlex Zinenko2023-01-201-3/+3
* [mlir] make multi-size tiling use transform parametersAlex Zinenko2023-01-191-18/+55
* [mlir] fix python testAlex Zinenko2023-01-191-1/+1
* [mlir][python] fix python buildJeff Niu2023-01-121-4/+3
* [mlir][tosa] Add tosa.conv3d lowering to LinalgRob Suderman2023-01-061-15/+70
* [mlir][python] Expose fp8 types with pybind.Qiao Zhang2023-01-031-0/+16
* [mlir][py] Add StrAttr convenience builder.Jacques Pienaar2022-12-281-0/+4
* Revert "Revert "[mlir][py] Enable building ops with raw inputs""Jacques Pienaar2022-12-211-0/+41
* Revert "[mlir][py] Enable building ops with raw inputs"Jacques Pienaar2022-12-211-41/+0
* [mlir][py] Enable building ops with raw inputsJacques Pienaar2022-12-211-0/+41
* [mlir][linalg] Creating named 1D pooling opsMurali Vijayaraghavan2022-12-161-1/+140
* Don't use root logger at import timeStella Laurenzo2022-12-051-4/+5
* Replacing `is` with `==` for the dtype check.Prashant Kumar2022-12-021-3/+4
* [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transformLorenzo Chelini2022-11-251-8/+14
* Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enum...Oleg Shyshkov2022-11-111-3/+6
* [mlir][sparse] Fix Python interface for bufferization.alloc_tensor.bixia12022-11-091-1/+2
* [mlir][nfc] Clean-up usage of kDynamicSize.Aliia Khasanova2022-10-201-1/+1
* [mlir] switch the transform loop extension to use typesAlex Zinenko2022-10-111-5/+8
* [mlir] add OperationType to the Transform dialectAlex Zinenko2022-10-114-0/+51
* [mlir] switch transform dialect ops to use TransformTypeInterfaceAlex Zinenko2022-10-111-28/+18
* [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer2022-10-043-39/+45
* [mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2022-09-292-5/+5
* [mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin2022-09-291-2/+2
* [mlir][python] stop initialization on ImportErrorAshay Rane2022-09-291-0/+5
* [mlir] Flip PDL to use Both accessorsRiver Riddle2022-09-211-18/+20
* [MLIR][Linalg] introduce batch-reduce GEMMLorenzo Chelini2022-09-191-0/+14
* Revert "[MLIR][Linalg] introduce batch-reduce GEMM"Lorenzo Chelini2022-09-191-14/+0
* [MLIR][Linalg] introduce batch-reduce GEMMlorenzo chelini2022-09-191-0/+14
* [mlir][Linalg] Post submit addressed comments missed in f0cdc5bcd3f25192f12bf...Nicolas Vasilache2022-09-151-1/+1
* [mlir][linalg] add conv_1d_ncw_fcwStanley Winata2022-09-081-0/+20
* [mlir][linalg][python] Add named constructor for MatchOpMatthias Springer2022-08-151-0/+18
* (Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu2022-08-121-2/+2