|
MLIR 22.0.0git
|
#include "mlir/Dialect/GPU/Transforms/Passes.h"#include "mlir/Dialect/GPU/IR/GPUDialect.h"#include "mlir/Dialect/SPIRV/IR/SPIRVAttributes.h"#include "mlir/Dialect/SPIRV/IR/SPIRVDialect.h"#include "mlir/Dialect/SPIRV/IR/TargetAndABI.h"#include "mlir/IR/Builders.h"#include "mlir/Pass/Pass.h"#include "mlir/Target/SPIRV/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::GpuSPIRVAttachTargetBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_GPUSPIRVATTACHTARGET |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuSPIRVAttachTarget () |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuSPIRVAttachTarget (GpuSPIRVAttachTargetOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuSPIRVAttachTarget () |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuSPIRVAttachTarget (GpuSPIRVAttachTargetOptions options) |
| #define GEN_PASS_DEF_GPUSPIRVATTACHTARGET |
Definition at line 26 of file SPIRVAttachTarget.cpp.