torch-mlir/include/npcomp/Dialect/Refback/IR/RefbackDialect.h

17 lines
614 B
C
Raw Normal View History

//===------------------------------------------------------------*- C++ -*-===//
//
// This file is licensed 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 NPCOMP_DIALECT_REFBACK_IR_REFBACKDIALECT_H
#define NPCOMP_DIALECT_REFBACK_IR_REFBACKDIALECT_H
#include "mlir/IR/Dialect.h"
#include "npcomp/Dialect/Refback/IR/RefbackOpsDialect.h.inc"
#endif // NPCOMP_DIALECT_REFBACK_IR_REFBACKDIALECT_H