FLANG
include
flang
Optimizer
Dialect
CUDAKernelOpInterface.h
1
//===- CUDAKernelOpInterface.h ----------------------------------*- 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 the FIR marker interface for operations that act as a
10
// CUDA kernel boundary (e.g. cuf.kernel).
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef FORTRAN_OPTIMIZER_DIALECT_CUDA_KERNEL_OP_INTERFACE_H
15
#define FORTRAN_OPTIMIZER_DIALECT_CUDA_KERNEL_OP_INTERFACE_H
16
17
#include "mlir/IR/OpDefinition.h"
18
19
#include "flang/Optimizer/Dialect/CUDAKernelOpInterface.h.inc"
20
21
#endif
// FORTRAN_OPTIMIZER_DIALECT_CUDA_KERNEL_OP_INTERFACE_H
Generated on
for FLANG by
1.14.0