|
MLIR 22.0.0git
|
#include "mlir/Dialect/GPU/Transforms/Passes.h"#include "mlir/Dialect/GPU/IR/GPUDialect.h"#include "mlir/Dialect/LLVMIR/ROCDLDialect.h"#include "mlir/IR/Builders.h"#include "mlir/Pass/Pass.h"#include "mlir/Target/LLVM/ROCDL/Target.h"#include "llvm/Support/Regex.h"#include "mlir/Dialect/GPU/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::GpuROCDLAttachTargetBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_GPUROCDLATTACHTARGET |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuROCDLAttachTarget () |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuROCDLAttachTarget (GpuROCDLAttachTargetOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuROCDLAttachTarget () |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuROCDLAttachTarget (GpuROCDLAttachTargetOptions options) |
| #define GEN_PASS_DEF_GPUROCDLATTACHTARGET |
Definition at line 24 of file ROCDLAttachTarget.cpp.