MLIR
23.0.0git
include
mlir
Dialect
NVVM
Transforms
Passes.h
Go to the documentation of this file.
1
//===- Passes.h - NVVM Pass Construction and Registration -------*- 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
#ifndef MLIR_DIALECT_NVVM_TRANSFORMS_PASSES_H
10
#define MLIR_DIALECT_NVVM_TRANSFORMS_PASSES_H
11
12
#include "
mlir/Dialect/NVVM/Transforms/OptimizeForNVVM.h
"
13
#include "
mlir/Pass/Pass.h
"
14
15
namespace
mlir
{
16
namespace
NVVM
{
17
18
/// Generate the code for registering passes.
19
#define GEN_PASS_DECL
20
#define GEN_PASS_REGISTRATION
21
#include "mlir/Dialect/NVVM/Transforms/Passes.h.inc"
22
23
}
// namespace NVVM
24
}
// namespace mlir
25
26
#endif
// MLIR_DIALECT_NVVM_TRANSFORMS_PASSES_H
OptimizeForNVVM.h
Pass.h
mlir::NVVM
Definition
GPUToNVVM.h:18
mlir
Include the generated interface declarations.
Definition
ABIRewriteContext.h:29
Generated on
for MLIR by
1.14.0