summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects/linalg
AgeCommit message (Expand)Author
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli
2025-08-08[MLIR][Linalg] Remove matmul_transpose variants (#147961)Renato Golin
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-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu
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
2024-07-05[MLIR][Python] fix class name of powf and negf in linalg (#97696)Bimo
2023-10-20[mlir][linalg] regionBuilder for transpose, broadcast (#69742)Maksim Levental
2023-09-11[mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf`...Daniil Dudkin
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-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu
2022-06-17[mlir][linalg] Extend opdsl to support operations on complex types.bixia1
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-10[mlir][linalg] Add a few unary operations.Bixia Zheng
2022-03-08[mlir][OpDSL] Support pointwise ops with rank zero inputs.gysit
2022-03-08[mlir][OpDSL] Simplify index and constant tests.gysit
2022-03-08[mlir][OpDSL] Add support for adding canonicalization patterns.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] Split arithmetic functions.gysit
2022-02-25[mlir][OpDSL] Refactor function handling.gysit
2022-02-25[mlir][OpDSL] Add type function attributes.gysit
2022-02-14[mlir][OpDSL] Add default value to index attributes.gysit
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit
2022-01-07[mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`.gysit
2022-01-07[mlir][OpDSL] Rename `PrimFn` to `ArithFn`.gysit
2022-01-07[mlir][OpDSL] Add `TypeFn` class.gysit