|
MLIR 23.0.0git
|
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/OpenACC/OpenACC.h"#include "mlir/Dialect/OpenACC/OpenACCParMapping.h"#include "mlir/Dialect/OpenACC/OpenACCUtils.h"#include "mlir/Dialect/OpenACC/OpenACCUtilsCG.h"#include "mlir/Dialect/OpenACC/OpenACCUtilsLoop.h"#include "mlir/Dialect/Utils/StaticValueUtils.h"#include "mlir/IR/IRMapping.h"#include "mlir/Interfaces/FunctionInterfaces.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "mlir/Transforms/RegionUtils.h"#include "mlir/Dialect/OpenACC/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::acc |
Macros | |
| #define | GEN_PASS_DEF_ACCCOMPUTELOWERING |
| #define | DEBUG_TYPE "acc-compute-lowering" |
| #define DEBUG_TYPE "acc-compute-lowering" |
Definition at line 64 of file ACCComputeLowering.cpp.
| #define GEN_PASS_DEF_ACCCOMPUTELOWERING |
Definition at line 59 of file ACCComputeLowering.cpp.