summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2023-03-20Revert "[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where...Nicolas Vasilache
2023-03-20[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where unneces...Nicolas Vasilache
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith
2023-03-01[mlir][python] Remove "Raw" OpView classesRahul Kayaith
2023-02-28[mlir][Linalg] Refactor transform.structured.pad to separate out hoistingNicolas Vasilache
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2023-02-07[mlir] Relax version requirement for PyYAML in mlirStella Stamenova
2023-02-06[mlir][py] Fix infer return type invocation for variadicsJacques Pienaar
2023-02-01[mlir] Pin for the PyPi requirements for mlirStella Stamenova
2023-01-31[mlir] multi-argument binding for top-level transform opsAlex Zinenko
2023-01-20[mlir] fix python typesAlex Zinenko
2023-01-19[mlir] make multi-size tiling use transform parametersAlex Zinenko
2023-01-19[mlir] fix python testAlex Zinenko
2023-01-12[mlir][python] fix python buildJeff Niu
2023-01-06[mlir][tosa] Add tosa.conv3d lowering to LinalgRob Suderman
2023-01-03[mlir][python] Expose fp8 types with pybind.Qiao Zhang
2022-12-28[mlir][py] Add StrAttr convenience builder.Jacques Pienaar
2022-12-21Revert "Revert "[mlir][py] Enable building ops with raw inputs""Jacques Pienaar
2022-12-21Revert "[mlir][py] Enable building ops with raw inputs"Jacques Pienaar
2022-12-21[mlir][py] Enable building ops with raw inputsJacques Pienaar
2022-12-16[mlir][linalg] Creating named 1D pooling opsMurali Vijayaraghavan
2022-12-05Don't use root logger at import timeStella Laurenzo
2022-12-02Replacing `is` with `==` for the dtype check.Prashant Kumar
2022-11-25[MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transformLorenzo Chelini
2022-11-11Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enum...Oleg Shyshkov
2022-11-09[mlir][sparse] Fix Python interface for bufferization.alloc_tensor.bixia1
2022-10-20[mlir][nfc] Clean-up usage of kDynamicSize.Aliia Khasanova
2022-10-11[mlir] switch the transform loop extension to use typesAlex Zinenko
2022-10-11[mlir] add OperationType to the Transform dialectAlex Zinenko
2022-10-11[mlir] switch transform dialect ops to use TransformTypeInterfaceAlex Zinenko
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin
2022-09-29[mlir][python] stop initialization on ImportErrorAshay Rane
2022-09-21[mlir] Flip PDL to use Both accessorsRiver Riddle
2022-09-19[MLIR][Linalg] introduce batch-reduce GEMMLorenzo Chelini
2022-09-19Revert "[MLIR][Linalg] introduce batch-reduce GEMM"Lorenzo Chelini
2022-09-19[MLIR][Linalg] introduce batch-reduce GEMMlorenzo chelini
2022-09-15[mlir][Linalg] Post submit addressed comments missed in f0cdc5bcd3f25192f12bf...Nicolas Vasilache
2022-09-08[mlir][linalg] add conv_1d_ncw_fcwStanley Winata
2022-08-15[mlir][linalg][python] Add named constructor for MatchOpMatthias Springer
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-12[mlir][transform] failure propagation mode in sequenceAlex Zinenko
2022-08-08[mlir][math] Fix pythong bindings after 00f7096d31cc7896ffd490e65104d264923f0df5Benjamin Kramer
2022-08-04[MLIR] Fix checks for native archNikita Popov
2022-08-01Fix MLIR Python binding for arith.constant after argument has been changed to...Mehdi Amini
2022-07-21Adding a new variant of DepthwiseConv2DGeorge Petterson
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-07-12[mlir] Transform op for multitile size generationAlex Zinenko
2022-07-12[mlir] Allow Tile transform op to take dynamic sizesAlex Zinenko