summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects/linalg/ops.py
AgeCommit message (Expand)Author
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2025-05-12[MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (#13...Md Asghar Ahmad Shahid
2025-05-12[MLIR][Linalg][Python] Improve bindings for linalg.elementwise (#139462)Rolf Morel
2025-02-20[mlir][python] fix linalg.pack/unpack (#127729)Maksim Levental
2025-02-19[MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (#127614)Md Asghar Ahmad Shahid
2025-02-10[MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python API (#126377)Rolf Morel
2025-01-28[mlir][python] implement GenericOp bindings (#124496)Maksim Levental
2024-11-07[MLIR][Linalg] Re-land linalg.matmul move to ODS. + Remove/update failing obs...Md Asghar Ahmad Shahid
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-08-19[MLIR][Python] enhance python api for tensor.empty (#103087)Bimo
2023-10-20[mlir][linalg] regionBuilder for transpose, broadcast (#69742)Maksim Levental
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-05Fix MLIR Linalg Python test after adopting properties in f6ac7e3c6d5bMehdi Amini
2022-10-20[mlir][nfc] Clean-up usage of kDynamicSize.Aliia Khasanova
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-03-01[mlir][OpDSL] Rename function to make signedness explicit (NFC).gysit
2022-03-01[mlir][OpDSL] Add arithmetic function attributes.gysit
2022-02-25[mlir][OpDSL] Add type function attributes.gysit
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit
2021-11-28[mlir][python] Normalize asm-printing IR behavior.Stella Laurenzo
2021-11-18[mlir][Python] Fix generation of accessors for OptionalMichal Terepeta
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-08[mlir][python] support taking ops instead of values in op constructorsAlex Zinenko
2021-06-23[mlir][linalg] Change the pretty printed FillOp operand order.Tobias Gysi
2021-05-06Fix array attribute in bindings for linalg.init_tensorDenys Shabalin
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo