[Mlir-commits] [mlir] [mlir][polynomial] python bindings (PR #93109)

Jeremy Kun llvmlistbot at llvm.org
Wed May 22 18:46:45 PDT 2024


================
@@ -0,0 +1,6 @@
+#  Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+#  See https://llvm.org/LICENSE.txt for license information.
+#  SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+from .._mlir_libs._mlirDialectsPolynomial import *
+from ._polynomial_ops_gen import *
----------------
j2kun wrote:

```suggestion
from ._polynomial_ops_gen import *

```

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


More information about the Mlir-commits mailing list