|
MLIR 24.0.0git
|
#include "mlir/Dialect/OpenACC/OpenACC.h"#include "mlir/IR/PatternMatch.h"#include "llvm/ADT/SmallVector.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::acc |
Functions | |
| mlir::acc::LoopOp | mlir::acc::tileACCLoops (mlir::acc::LoopOp tileLoop, const llvm::SmallVector< mlir::Value > &tileSizes, int32_t defaultTileSize, mlir::RewriterBase &rewriter) |
| Tile a single fused acc.loop that carries all associated induction variables (one IV per tile dimension). | |