Home
last modified time | relevance | path

Searched refs:tileParallelLoop (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp53 mlir::scf::tileParallelLoop(ParallelOp op, ArrayRef<int64_t> tileSizes, in tileParallelLoop() function in mlir::scf
204 tileParallelLoop(ploop, tileSizes, noMinMaxBounds); in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTransforms.h107 tileParallelLoop(ParallelOp op, llvm::ArrayRef<int64_t> tileSizes,