[Mlir-commits] [llvm] [mlir] [mlir][shard, bufferization] Adding sharding extensions for bufferization ops (PR #177378)
Adam Siemieniuk
llvmlistbot at llvm.org
Fri Jan 23 07:10:20 PST 2026
================
@@ -0,0 +1,22 @@
+//===- ShardingInterfaceImpl.h ----------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_DIALECT_BUFFERIZATION_SHARDSHARDINGINTERFACEIMPL_H
+#define MLIR_DIALECT_BUFFERIZATION_SHARDSHARDINGINTERFACEIMPL_H
+
+namespace mlir {
+class DialectRegistry;
+
+namespace bufferization {
+namespace shard_ext {
----------------
adam-smnk wrote:
I take it follows convention from bufferization's other includes.
https://github.com/llvm/llvm-project/pull/177378
More information about the Mlir-commits
mailing list