[Mlir-commits] [mlir] [mlir][python] Add `walk` method to PyOperationBase (PR #87962)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Sun Apr 7 23:32:26 PDT 2024
ftynse wrote:
I wonder if this is something that should be implemented in python instead. We have access to op nesting structure of regions/blocks, so it shouldn't be hard. And not jumping between Python and C++ callbacks will simplify debugging for users.
https://github.com/llvm/llvm-project/pull/87962
More information about the Mlir-commits
mailing list