Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp851 Value maxComputeBlocks = b.create<arith::MaxSIOp>( in matchAndRewrite() local
858 Value bs0 = b.create<arith::CeilDivSIOp>(tripCount, maxComputeBlocks); in matchAndRewrite()