Go to the source code of this file.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
| namespace | mlir::acc |
|
| std::optional< DataLayout > | mlir::acc::getDataLayout (Operation *op, bool allowDefault=true) |
| | Get the data layout for an operation.
|
| ComputeRegionOp | mlir::acc::buildComputeRegion (Location loc, ValueRange launchArgs, ValueRange inputArgs, llvm::StringRef origin, Region ®ionToClone, RewriterBase &rewriter, IRMapping &mapping, ValueRange output={}, FlatSymbolRefAttr kernelFuncName={}, FlatSymbolRefAttr kernelModuleName={}, Value stream={}) |
| | Build an acc.compute_region operation by cloning a source region.
|