Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp785 static constexpr int64_t maxUnrollableIterations = 512; in matchAndRewrite() local
802 if (innerIterations > 0 && innerIterations <= maxUnrollableIterations) in matchAndRewrite()