[Mlir-commits] [mlir] [MLIR][Python] Support dialect conversion in python bindings (PR #177782)
Maksim Levental
llvmlistbot at llvm.org
Sun Jan 25 14:52:57 PST 2026
================
@@ -94,6 +94,12 @@ class MLIR_PYTHON_API_EXPORTED PyGlobals {
void registerOperationImpl(const std::string &operationName,
nanobind::object pyClass, bool replace = false);
+ /// Adds a operation adaptor class.
----------------
makslevental wrote:
nit:
```suggestion
/// Adds an operation adaptor class.
```
https://github.com/llvm/llvm-project/pull/177782
More information about the Mlir-commits
mailing list