aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)AuthorFilesLines
2022-12-05Don't use root logger at import timeStella Laurenzo1-4/+5
2022-12-02Replacing `is` with `==` for the dtype check.Prashant Kumar1-3/+4
2022-11-25[MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transformLorenzo Chelini1-8/+14
2022-11-11Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enum...Oleg Shyshkov1-3/+6
2022-11-09[mlir][sparse] Fix Python interface for bufferization.alloc_tensor.bixia11-1/+2
2022-10-20[mlir][nfc] Clean-up usage of kDynamicSize.Aliia Khasanova1-1/+1
2022-10-11[mlir] switch the transform loop extension to use typesAlex Zinenko1-5/+8
2022-10-11[mlir] add OperationType to the Transform dialectAlex Zinenko4-0/+51
2022-10-11[mlir] switch transform dialect ops to use TransformTypeInterfaceAlex Zinenko1-28/+18
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer3-39/+45
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2-5/+5
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin1-2/+2
2022-09-29[mlir][python] stop initialization on ImportErrorAshay Rane1-0/+5
2022-09-21[mlir] Flip PDL to use Both accessorsRiver Riddle1-18/+20
2022-09-19[MLIR][Linalg] introduce batch-reduce GEMMLorenzo Chelini1-0/+14
2022-09-19Revert "[MLIR][Linalg] introduce batch-reduce GEMM"Lorenzo Chelini1-14/+0
2022-09-19[MLIR][Linalg] introduce batch-reduce GEMMlorenzo chelini1-0/+14
2022-09-15[mlir][Linalg] Post submit addressed comments missed in f0cdc5bcd3f25192f12bf...Nicolas Vasilache1-1/+1
2022-09-08[mlir][linalg] add conv_1d_ncw_fcwStanley Winata1-0/+20
2022-08-15[mlir][linalg][python] Add named constructor for MatchOpMatthias Springer1-0/+18
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-2/+2
2022-08-12[mlir][transform] failure propagation mode in sequenceAlex Zinenko2-5/+30
2022-08-08[mlir][math] Fix pythong bindings after 00f7096d31cc7896ffd490e65104d264923f0df5Benjamin Kramer1-1/+1
2022-08-04[MLIR] Fix checks for native archNikita Popov1-2/+1
2022-08-01Fix MLIR Python binding for arith.constant after argument has been changed to...Mehdi Amini1-0/+4
2022-07-21Adding a new variant of DepthwiseConv2DGeorge Petterson1-0/+26
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo6-74/+102
2022-07-12[mlir] Transform op for multitile size generationAlex Zinenko1-0/+23
2022-07-12[mlir] Allow Tile transform op to take dynamic sizesAlex Zinenko1-3/+25
2022-07-12[mlir] Add ReplicateOp to the Transform dialectAlex Zinenko1-0/+16
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson1-2/+2
2022-07-11Revert "Fix an issue with grouped conv2d op"Nirvedh1-2/+2
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson1-2/+2
2022-07-07[mlir] Transform dialect: introduce merge_handles opAlex Zinenko1-0/+15
2022-07-07[mlir] Structured transforms: introduce op splittingAlex Zinenko1-7/+40
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova1-5/+5
2022-06-23Adding a named op for grouped convolutionsgpetters941-0/+21
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko1-1/+1
2022-06-17[mlir][linalg] Extend opdsl to support operations on complex types.bixia11-0/+13
2022-06-16[mlir][complex] Add Python bindings for complex ops.bixia13-0/+28
2022-06-14[mlir][linalg] Add named ops for depthwise 3d convolutionBenjamin Kramer1-0/+78
2022-06-13[mlir][linalg] Add conv_2d_nhwc_fhwc to core_named_ops.pyBenjamin Kramer1-0/+23
2022-06-10[mlir][py-bindings] Fix include issue introduced by D127352agostini011-1/+1
2022-06-09[mlir][bufferization] Add optional `copy` operand to AllocTensorOpMatthias Springer1-2/+7
2022-06-09[mlir] Introduce Transform ops for loopsAlex Zinenko4-0/+149
2022-06-08Add Python bindings for the OpaqueTypedime101-0/+12
2022-06-02[mlir][python][f16] add ctype python binding support for f16Aart Bik1-10/+20
2022-06-02[mlir] add decompose and generalize to structured transform opsAlex Zinenko1-0/+22
2022-06-01[mlir][python][ctypes] fix ctype python binding complication for complexAart Bik1-83/+92
2022-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko7-0/+349