MLIR
20.0.0git
|
#include "mlir/Conversion/SCFToGPU/SCFToGPUPass.h"
#include "mlir/Conversion/SCFToGPU/SCFToGPU.h"
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/CommandLine.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DEF_CONVERTAFFINEFORTOGPU |
#define | GEN_PASS_DEF_CONVERTPARALLELLOOPTOGPU |
#define GEN_PASS_DEF_CONVERTAFFINEFORTOGPU |
Definition at line 23 of file SCFToGPUPass.cpp.
#define GEN_PASS_DEF_CONVERTPARALLELLOOPTOGPU |
Definition at line 24 of file SCFToGPUPass.cpp.