aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[MLIR] Add continuous tiling to transform dialect (#82792)muneebkhan851-2/+2
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert1-1/+8
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy1-2/+2
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar1-0/+67
2024-06-07fix(mlir/**.py): fix comparison to None (#94019)Eisuke Kawashima3-9/+9
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta1-0/+32
2024-05-30[mlir][py] invalidate nested operations when parent is deleted (#93339)Oleksandr "Alex" Zinenko1-0/+46
2024-05-29Revert "[MLIR][Python] add ctype python binding support for bf16" (#93771)Mehdi Amini1-40/+0
2024-05-29[MLIR][Python] add ctype python binding support for bf16 (#92489)Bimo1-0/+40
2024-05-29[mlir][python] Yield results of `scf.for_` (#93610)Guray Ozen1-0/+50
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy1-1/+1
2024-05-22[mlir][python] Add bindings for mlirDenseElementsAttrGet (#91389)pranavm-nvidia1-0/+82
2024-05-08[mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index...srcarroll1-2/+2
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu1-1/+1
2024-05-04[mlir][transform] Add support for transform.param pad multiples in `PadOp` (#...srcarroll1-2/+19
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li1-24/+49
2024-04-24[mlir][py] fix option passing in transform interpreter (#89922)Oleksandr "Alex" Zinenko1-0/+15
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental1-0/+43
2024-04-20[mlir][python] Fix generation of Python bindings for `async` dialect (#75960)Abhishek Kulkarni1-1/+15
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental2-4/+51
2024-04-18[mlir][python] Fix PyOperationBase::walk not catching exception in python cal...tomnatan301-1/+1
2024-04-17[mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (#88855)Guray Ozen1-0/+17
2024-04-17[mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko1-0/+76
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno1-0/+75
2024-04-09[mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` ...srcarroll1-2/+12
2024-03-20[mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas1-0/+235
2024-03-07Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko1-0/+40
2024-03-05Revert "[mlir][py] better support for arith.constant construction" (#84103)Mehdi Amini1-38/+0
2024-03-05[mlir][py] better support for arith.constant construction (#83259)Oleksandr "Alex" Zinenko1-0/+38
2024-03-02Reapply "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-1/+1
2024-03-01Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-1/+1
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre1-1/+1
2024-02-29[mlir] Add result name for gpu.block_id and gpu.thread_id ops. (#83393)Alexander Belyaev1-1/+1
2024-02-26[mlir][sparse] Introduce batch level format. (#83082)Peiming Liu1-4/+4
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev1-2/+1
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko1-0/+56
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko1-0/+84
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev1-1/+34
2024-02-13[mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (#81...Peiming Liu1-4/+7
2024-02-12[MLIR][Python] Add missing peel_front argument to LoopPeelOp's extension clas...Rolf Morel1-0/+18
2024-02-09[mlir][sparse] Add more tests and verification for n:m (#81186)Yinying Li1-0/+84
2024-02-08[MLIR][Python] Add method for getting the live operation objects (#78663)John Demme1-0/+4
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li1-2/+2
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao1-32/+4
2024-02-05[mlir][sparse] Change LevelType enum to 64 bit (#80501)Yinying Li1-2/+2
2024-02-01[mlir][py] Reduce size of allocation memrefs in test.Jacques Pienaar1-17/+16
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental1-2/+164
2024-01-22[MLIR][NVVM] Explicit Data Type for Output in `wgmma.mma_async` (#78713)Guray Ozen1-1/+2
2024-01-17[mlir][arith] Add overflow flags support to arith ops (#78376)Jacques Pienaar2-1/+26
2024-01-15[MLIR][transform][python] Introduce abstractions for handles to values and pa...martin-luecke1-0/+71