[Mlir-commits] [llvm] [mlir] [MLIR][Python] remove nb::typed to fix bazel build (PR #160183)
Alex Trotta
llvmlistbot at llvm.org
Mon Sep 22 13:55:21 PDT 2025
Ahajha wrote:
Yea we have sort of two sets of bindings, we're (very) slowly moving to our in-house version. The signature of `_from_cmlir` is `def _from_cmlir(value: MlirValue, /) -> Value[Type]: ...`, where `MlirValue` is the C version and `Value[Type]` is our own stuff, any idea how we should we handle the interop here?
https://github.com/llvm/llvm-project/pull/160183
More information about the Mlir-commits
mailing list