MLIR 22.0.0git
SCFToGPUPass.h
Go to the documentation of this file.
1//===- SCFToGPUPass.h - Pass converting loops to GPU kernels ----*- 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#ifndef MLIR_CONVERSION_SCFTOGPU_SCFTOGPUPASS_H_
9#define MLIR_CONVERSION_SCFTOGPU_SCFTOGPUPASS_H_
10
12#include "mlir/Pass/Pass.h"
13#include "mlir/Support/LLVM.h"
14
15#include <memory>
16
17namespace mlir {
18template <typename T>
19class InterfacePass;
20class Pass;
21
22#define GEN_PASS_DECL_CONVERTAFFINEFORTOGPUPASS
23#define GEN_PASS_DECL_CONVERTPARALLELLOOPTOGPUPASS
24#include "mlir/Conversion/Passes.h.inc"
25
26} // namespace mlir
27
28#endif // MLIR_CONVERSION_SCFTOGPU_SCFTOGPUPASS_H_
Pass to transform an operation that implements the given interface.
Definition Pass.h:432
The abstract base pass class.
Definition Pass.h:51
Include the generated interface declarations.