diff options
Diffstat (limited to 'mlir/python/mlir/dialects/shard.py')
-rw-r--r-- | mlir/python/mlir/dialects/shard.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mlir/python/mlir/dialects/shard.py b/mlir/python/mlir/dialects/shard.py new file mode 100644 index 0000000..8d69f17 --- /dev/null +++ b/mlir/python/mlir/dialects/shard.py @@ -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 ._shard_ops_gen import * +from ._shard_enum_gen import * |