summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2024-11-07[MLIR][Linalg] Re-land linalg.matmul move to ODS. + Remove/update failing obs...Md Asghar Ahmad Shahid
2024-10-31[mlir][python] Raise maximum allowed version (#114050)Marius Brehler
2024-10-19[mlir][linalg] Add quantized conv2d operator with FCHW,NCHW order (#107740)Felix Schneider
2024-10-15[mlir][td] Rename pack_paddings in structured.pad (#111036)Andrzej Warzyński
2024-10-11Revert "[mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (...Emilio Cota
2024-10-10[mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (#104783)Md Asghar Ahmad Shahid
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-10-01[MLIR][Python] Add `encoding` argument to `tensor.empty` Python function (#11...Mateusz Sokół
2024-10-01A few tweaks to the MLIR .pyi files (#110488)Sergei Lebedev
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-09-05[MLIR][Python] Fix detached operation coming from `IfOp` constructor (#107286)Matt Hofmann
2024-08-31[mlir][python] Fix how the mlir variadic Python accessor `_ods_equally_sized_...Kasper Nielsen
2024-08-26[MLIR][Python] add f8E5M2 and tests for np_to_memref (#106028)PhrygianGates
2024-08-25[mlir] NFC: add missing 'FloatType' to core Python stub file (#105554)Christopher Bate
2024-08-20[MLIR][Python] remove unused init python file (#104890)Bimo
2024-08-19[MLIR][Python] enhance python api for tensor.empty (#103087)Bimo
2024-08-12[mlir][linalg] fix linalg.batch_reduce_matmul auto cast (#102585)zhicong zhong
2024-08-07[mlir] [python] Update PyYAML minimum version to 5.4 and limit ml_dtypes to 0...Nhat Nguyen
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-31Reapply "[MLIR][Python] add ctype python binding support for bf16" (#101271)Bimo
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2024-07-15[MLIR][Linalg] Fix named structured ops yaml file (#98865)Renato Golin
2024-07-13Remove redundant linalg.matmul_signed (#98615)Renato Golin
2024-07-05[MLIR][Python] fix class name of powf and negf in linalg (#97696)Bimo
2024-06-29Rename f8E4M3 to f8E4M3FN in mlir.extras.types py package (#97102)Alexander Pivovarov
2024-06-21[MLIR] Add continuous tiling to transform dialect (#82792)muneebkhan85
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert
2024-06-12[MLIR][python] include Rewrite.h (#95226)Maksim Levental
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar
2024-06-11Updated the annotations of Python bindings (#92733)Sergei Lebedev
2024-06-09[mlir][python] Fix attribute registration in ir.py (#94615)Egor Ospadov
2024-05-29Revert "[MLIR][Python] add ctype python binding support for bf16" (#93771)Mehdi Amini
2024-05-29[MLIR][Python] add ctype python binding support for bf16 (#92489)Bimo
2024-05-29[mlir][linalg] Add linalg.conv_2d_ngchw_gfchw_q to named ops (#92136)zjgarvey
2024-05-29[mlir][python] Yield results of `scf.for_` (#93610)Guray Ozen
2024-05-24[mlir][py] NFC: remove exception-based isa from linalg module (#92556)Oleksandr "Alex" Zinenko
2024-05-14[MLIR][Linalg] Ternary Op & Linalg select (#91461)Petr Kurapov
2024-05-13[NFC] Make NVGPU casing consistent (#91903)tyb0807
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu
2024-05-04[mlir][transform] Add support for transform.param pad multiples in `PadOp` (#...srcarroll
2024-04-29[MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin
2024-04-28[MLIR][Linalg] More Linalg named ops (#90236)Renato Golin
2024-04-24[mlir][py] fix option passing in transform interpreter (#89922)Oleksandr "Alex" Zinenko
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental
2024-04-20[mlir][python] Fix generation of Python bindings for `async` dialect (#75960)Abhishek Kulkarni
2024-04-19[mlir][python] fix memref._is_constant_int_like (#89447)Maksim Levental