[Mlir-commits] [mlir] [mlir][python][NFC] Make pybind references consistent with current bindings (PR #175528)
Maksim Levental
llvmlistbot at llvm.org
Fri Jan 23 09:24:26 PST 2026
================
@@ -139,8 +139,8 @@ There are a lot of co-related issues of shared library linkage, distribution
concerns, etc that affect such things. Organizing the code into composable
modules (versus a monolithic `cpp` file) allows the flexibility to address many
of these as needed over time. Also, compilation time for all of the template
-meta-programming in pybind scales with the number of things you define in a
-translation unit. Breaking into multiple translation units can significantly aid
+meta-programming in the binding layer scales with the number of things you
----------------
makslevental wrote:
again: important to preserve nanobind here because it's nanobind itself (with its template-based mechanics) which cause the increased compile time. please revert to `nanobind`
https://github.com/llvm/llvm-project/pull/175528
More information about the Mlir-commits
mailing list