Maksim Levental
|
2c16364d75
|
[MLIR][Python] add builtin module transform test (#176388)
See https://github.com/llvm/llvm-project/pull/176299
|
2026-01-16 15:50:58 +00:00 |
|
Rolf Morel
|
eb9d56cb55
|
[MLIR][Transform][Python] Expose applying named_sequences as a method (#168223)
Makes it so that a NamedSequenceOp can be directly applied to a Module,
via a method `apply(...)`.
|
2025-11-15 18:31:17 +00:00 |
|
Oleksandr "Alex" Zinenko
|
ff57f40673
|
[mlir][py] fix option passing in transform interpreter (#89922)
There was a typo in dispatch trampoline.
|
2024-04-24 19:40:53 +02:00 |
|
Oleksandr "Alex" Zinenko
|
73140daebb
|
[mlir] expose transform dialect symbol merge to python (#87690)
This functionality is available in C++, make it available in Python
directly to operate on transform modules.
|
2024-04-17 15:01:59 +02:00 |
|
Oleksandr "Alex" Zinenko
|
91f1161133
|
[mlir] expose transform interpreter to Python (#82365)
Transform interpreter functionality can be used standalone without going
through the interpreter pass, make it available in Python.
|
2024-02-21 11:01:00 +01:00 |
|