MLIR
16.0.0git
lib
Dialect
Linalg
Transforms
PassDetail.h
Go to the documentation of this file.
1
//===- PassDetail.h - Linalg Pass class details -----------------*- 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 DIALECT_LINALG_TRANSFORMS_PASSDETAIL_H_
10
#define DIALECT_LINALG_TRANSFORMS_PASSDETAIL_H_
11
12
#include "
mlir/Dialect/Affine/IR/AffineOps.h
"
13
#include "
mlir/Dialect/Func/IR/FuncOps.h
"
14
#include "
mlir/IR/BuiltinOps.h
"
15
#include "
mlir/IR/Dialect.h
"
16
#include "
mlir/Pass/Pass.h
"
17
18
namespace
mlir
{
19
namespace
arith {
20
class
ArithmeticDialect;
21
}
// namespace arith
22
23
namespace
bufferization {
24
class
BufferizationDialect;
25
}
// namespace bufferization
26
27
namespace
linalg
{
28
class
LinalgDialect;
29
}
// namespace linalg
30
31
namespace
scf {
32
class
SCFDialect;
33
}
// namespace scf
34
35
namespace
memref {
36
class
MemRefDialect;
37
}
// namespace memref
38
39
namespace
tensor {
40
class
TensorDialect;
41
}
// namespace tensor
42
43
namespace
vector {
44
class
VectorDialect;
45
}
// namespace vector
46
47
#define GEN_PASS_CLASSES
48
#include "mlir/Dialect/Linalg/Passes.h.inc"
49
50
}
// namespace mlir
51
52
#endif // DIALECT_LINALG_TRANSFORMS_PASSDETAIL_H_
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
FuncOps.h
BuiltinOps.h
linalg
Pass.h
Dialect.h
AffineOps.h
Generated on Fri Aug 19 2022 08:34:45 for MLIR by
1.8.13