1 //===- OpenACCMPOpsInterfaces.h - MLIR Interfaces for OpenACC/MP *- C++ -*-===// 2 // 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 // 7 //===----------------------------------------------------------------------===// 8 // 9 // This file declares OpenACC/OpenMP Interface implementations for the 10 // OpenACC/OpenMP dialects. 11 // 12 //===----------------------------------------------------------------------===// 13 14 #ifndef OPENACC_MP_COMMON_INTERFACES_OPSINTERFACES_H_ 15 #define OPENACC_MP_COMMON_INTERFACES_OPSINTERFACES_H_ 16 17 #include "mlir/IR/OpDefinition.h" 18 19 #include "mlir/Dialect/OpenACCMPCommon/Interfaces/OpenACCMPOpsInterfaces.h.inc" 20 21 #endif // OPENACC_MP_COMMON_INTERFACES_OPSINTERFACES_H_ 22