aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[mlir][python] fix affine testmax1-3/+1
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental1-0/+11
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental1-52/+138
2023-12-05[mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang1-27/+155
2023-11-27[mlir][python] enable registering dialects with the default `Context` (#72488)Maksim Levental2-14/+11
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik1-2/+2
2023-11-27[mlir][python] add type wrappers (#71218)Maksim Levental2-7/+100
2023-11-13[mlir][python] fix `scf.for_` convenience builder (#72170)Maksim Levental1-9/+111
2023-11-13[mlir][py] Overload print with state. (#72064)Jacques Pienaar1-1/+6
2023-11-08[mlir][python] Add support for arg_attrs and other attrs to NamedSequenceOpNicolas Vasilache1-2/+3
2023-11-08[mlir][python] Reland - Add sugared builder for transform.named_sequenceNicolas Vasilache1-13/+27
2023-11-08Revert "[mlir][python]Add sugared buider for transform.named_sequence (#71597)"Nicolas Vasilache1-19/+99
2023-11-08Revert "[mlir][python] NFC - Lint fix"Nicolas Vasilache1-1/+1
2023-11-08[mlir][python] NFC - Lint fixNicolas Vasilache1-1/+1
2023-11-08[mlir][python]Add sugared buider for transform.named_sequence (#71597)Nicolas Vasilache1-99/+19
2023-11-07[mlir][python] value casting (#69644)Maksim Levental4-23/+217
2023-11-06[mlir] fix broken python testAlex Zinenko1-1/+1
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko1-2/+41
2023-11-04[MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)Christian Ulmann2-8/+8
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental5-2/+23
2023-10-31[mlir][python] fix python_test dialect and I32/I64ElementsBuilder (#70871)Maksim Levental2-11/+12
2023-10-31[mlir][SCF] Use `transform.get_parent_op` instead of `transform.loop.get_pare...Matthias Springer2-17/+5
2023-10-30[mlir][python] fix `replace=True` for `register_operation` and `register_type...Maksim Levental2-0/+41
2023-10-30[mlir][python] Register LLVM translations in the RegisterEverything for pytho...Jungwook Park3-0/+128
2023-10-26[mlir][sparse] Return actual identity map instead of null map (#70365)Yinying Li1-2/+2
2023-10-25[mlir][python] Clear PyOperations instead of invalidating them. (#70044)Ingo Müller1-2/+23
2023-10-20[MLIR][python bindings] invalidate ops after PassManager run (#69746)Maksim Levental1-1/+98
2023-10-20[mlir][linalg] regionBuilder for transpose, broadcast (#69742)Maksim Levental1-0/+79
2023-10-19[mlir][python] simplify extensions (#69642)Maksim Levental2-1/+5
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental1-0/+13
2023-10-18[mlir][python] Expose `PyInsertionPoint`'s reference operation (#69082)Tomás Longeri1-0/+8
2023-10-17[mlir][sparse] Populate lvlToDim (#68937)Yinying Li1-2/+12
2023-10-13[mlir][ODS] Omit printing default-valued attributes in oilists (#68880)Benjamin Maxwell2-10/+4
2023-10-11[mlir][python] python binding for the affine.store op (#68816)Amy Wang1-0/+44
2023-10-10[mlir] Make overloads of SymbolTable::replaceAllSymbolUses consistent. (#68320)Ingo Müller1-2/+13
2023-10-09[mlir][python] generate value builders (#68308)Maksim Levental1-1/+22
2023-10-04[mlir][sparse] Print new syntax (#68130)Yinying Li1-9/+7
2023-10-03[mlir] enable python bindings for nvgpu transforms (#68088)Oleksandr "Alex" Zinenko1-0/+27
2023-10-02[mlir][CAPI, python bindings] Expose `Operation::setSuccessor` (#67922)Maksim Levental1-0/+50
2023-09-28[mlir][transform] Update transform.loop.peel (reland #67482)Andrzej Warzynski1-1/+1
2023-09-26[mlir][python] Expose transform param types (#67421)martin-luecke1-0/+10
2023-09-26[mlir] cleanup of structured.tile* transform ops (#67320)Oleksandr "Alex" Zinenko1-25/+27
2023-09-25[mlir][py] Enable AsmState overload for operation.Jacques Pienaar1-3/+3
2023-09-21[mlir][memref][transform] Add new alloca_to_global op. (#66511)Ingo Müller1-0/+35
2023-09-21[mlir][linalg][transform] Fix test breakage from 69bc1cbb. (NFC)Ingo Müller1-0/+2
2023-09-21[mlir][linalg][transform] Rename {masked_vectorize => vectorize => vectorize_...Ingo Müller1-32/+30
2023-09-20[mlir][sparse] Generates python bindings for SparseTensorTransformOps. (#66937)Peiming Liu1-0/+31
2023-09-20[mlir][python] Expose AsmState python side. (#66819)Jacques Pienaar1-1/+11
2023-09-19[mlir][linalg][transform][python] Allow no args in MaskedVectorize. (#66541)Ingo Müller1-0/+10
2023-09-18[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart1-4/+2