[Mlir-commits] [mlir] [MLIR] Auto generate source location for python bindings (PR #112923)

Maksim Levental llvmlistbot at llvm.org
Wed Jul 16 08:58:15 PDT 2025


makslevental wrote:

A little more digging/hw: here is how jax does it https://github.com/jax-ml/jax/blob/c5790e9cbb86978584e6a7eb49e96ff404e388e8/jax/_src/source_info_util.py#L174C5-L184 in combination with these "registrations": https://github.com/jax-ml/jax/blob/c5790e9cbb86978584e6a7eb49e96ff404e388e8/jax/_src/source_info_util.py#L32-L33

https://github.com/llvm/llvm-project/pull/112923


More information about the Mlir-commits mailing list