[Mlir-commits] [mlir] [MLIR][Python] remove `liveOperations` (PR #155114)
Maksim Levental
llvmlistbot at llvm.org
Wed Sep 24 20:20:05 PDT 2025
makslevental wrote:
I found a third workaround: we can enlist the aid of nanobind, which itself of course keeps precise records (no pun intended) on which nanobinded types have been instantiated, and query for currently "live operations". Demo here https://github.com/llvm/llvm-project/pull/160632. Note, not for the faint of heart (uses `nb_internals.h`).
https://github.com/llvm/llvm-project/pull/155114
More information about the Mlir-commits
mailing list