blob: 9b7abbca5d7622b64f172cf050a05ffbb9e13300 [file] [log] [blame]
//===- 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_FUNC_IR_SHARDINGINTERFACEIMPL_H_
#define MLIR_DIALECT_FUNC_IR_SHARDINGINTERFACEIMPL_H_
namespace mlir {
class DialectRegistry;
namespace func {
void registerShardingInterfaceExternalModels(DialectRegistry &registry);
} // namespace func
} // namespace mlir
#endif // MLIR_DIALECT_FUNC_IR_SHARDINGINTERFACEIMPL_H_