[llvm] [mlir] Add shard Dialect Python Bindings (PR #162578)

Siavash Nazari via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 21:54:59 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
----------------
Svoch wrote:

Removed.

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


More information about the llvm-commits mailing list