|
MLIR 22.0.0git
|
#include "mlir/Dialect/GPU/IR/GPUDialect.h"#include "mlir/Support/LLVM.h"#include "llvm/ADT/StringRef.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::scf |
| namespace | mlir::gpu |
Functions | |
| StringRef | mlir::gpu::getMappingAttrName () |
| Name of the mapping attribute produced by loop mappers. | |
| LogicalResult | mlir::gpu::setMappingAttr (scf::ParallelOp ploopOp, ArrayRef< ParallelLoopDimMappingAttr > mapping) |
| Sets the mapping attribute of a scf.parallel operation. | |