commit | fef5cf37471ebf37298672fbcf01c0f704ba1e58 | [log] [tgz] |
---|---|---|
author | Maksim Levental <maksim.levental@gmail.com> | Fri Sep 05 09:38:00 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 05 09:40:26 2025 -0700 |
tree | d297aeecee727be97572b35d4ef43939268c147a | |
parent | 7d704330deb34f4aff916157f0da98609e19fd44 [diff] |
[MLIR][Python] enable type stub auto-generation (#155741) This PR turns on automatic type stub generation (rather than relying on hand-written/updated stubs). It uses nanobind's [stubgen facility](https://nanobind.readthedocs.io/en/latest/typing.html#stub-generation). If you would like to enable this functionality you can add `GENERATE_TYPE_STUBS` to `declare_mlir_python_extension` . GitOrigin-RevId: 22c2e15408553b2c172d407a8ee417adc2a93757
See https://mlir.llvm.org/ for more information.