Lines Matching defs:numParallelIterations
386 auto numParallelIterations =
388 if (!forallOp.isNormalized() || !numParallelIterations.has_value()) {
421 auto numParallelIterations =
423 assert(forallOp.isNormalized() && numParallelIterations.has_value() &&
425 SmallVector<int64_t> tmpMappingSizes = numParallelIterations.value();
736 ArrayRef<int64_t> numParallelIterations, ArrayRef<int64_t> blockOrGridSizes,
745 if (computeProduct(numParallelIterations) * factor >
751 std::to_string(computeProduct(numParallelIterations) * factor) +
768 auto numParallelIterations =
770 if (!forallOp.isNormalized() || !numParallelIterations.has_value()) {
782 checkMappingSpec(transformOp, forallOp, numParallelIterations.value(),