|
MLIR 22.0.0git
|
#include "mlir/Dialect/GPU/Transforms/Passes.h"#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/GPU/IR/GPUDialect.h"#include "mlir/Dialect/GPU/Transforms/ParallelLoopMapper.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/IR/AffineMap.h"#include "mlir/Dialect/GPU/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::GpuMapParallelLoopsPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
| namespace | mlir::gpu |
Macros | |
| #define | GEN_PASS_DEF_GPUMAPPARALLELLOOPSPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuMapParallelLoopsPass () |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createGpuMapParallelLoopsPass (GpuMapParallelLoopsPassOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuMapParallelLoopsPass () |
| std::unique_ptr<::mlir::Pass > | mlir::createGpuMapParallelLoopsPass (GpuMapParallelLoopsPassOptions options) |
| static MappingLevel & | mlir::gpu::operator++ (MappingLevel &mappingLevel) |
| Bounded increment on MappingLevel. | |
| static FailureOr< MappingPolicy > | mlir::gpu::getMappingPolicyFromStr (StringRef policy) |
| static Processor | mlir::gpu::getHardwareIdForMapping (MappingLevel level, int dimension) |
| Computed the hardware id to use for a given mapping level. | |
| static void | mlir::gpu::mapParallelOp (ParallelOp parallelOp, MappingLevel mappingLevel=MapGrid, MappingPolicy mappingPolicy=MappingPolicy::OutermostFirst) |
| Add mapping information to the given parallel loop. | |
Variables | |
| static constexpr int | mlir::gpu::kNumHardwareIds = 3 |
| #define GEN_PASS_DEF_GPUMAPPARALLELLOOPSPASS |
Definition at line 23 of file ParallelLoopMapper.cpp.