Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DThreading.h71 size_t numActions = std::min(numElements, threadPool.getMaxConcurrency()); in failableParallelForEach() local
72 for (unsigned i = 0; i < numActions; ++i) in failableParallelForEach()