Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp181 SmallVector<utils::IteratorType> reductionIteratorTypes; in splitReduction() local
185 reductionIteratorTypes.push_back(utils::IteratorType::reduction); in splitReduction()
188 reductionIteratorTypes.push_back(utils::IteratorType::parallel); in splitReduction()
196 op.getDpsInits(), reductionMaps, reductionIteratorTypes, in splitReduction()
393 SmallVector<utils::IteratorType> reductionIteratorTypes( in splitReductionByScaling() local
395 reductionIteratorTypes[insertSplitDimension] = in splitReductionByScaling()
405 reductionIteratorTypes, in splitReductionByScaling()