[Mlir-commits] [llvm] [mlir] Add shard Dialect Python Bindings (PR #162578)
Maksim Levental
llvmlistbot at llvm.org
Wed Oct 8 20:52:51 PDT 2025
================
@@ -0,0 +1,25 @@
+# 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 ._shard_ops_gen import *
+from ._shard_ops_gen import _Dialect
----------------
makslevental wrote:
you don't need this
https://github.com/llvm/llvm-project/pull/162578
More information about the Mlir-commits
mailing list