Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp1047 Attribute startIteratorType = iteratorTypes[foldedIterationSpaceDims[0]]; in getCollapsableIterationSpaceDims() local
1048 if (!isParallelIterator(startIteratorType) && in getCollapsableIterationSpaceDims()
1049 !isReductionIterator(startIteratorType)) in getCollapsableIterationSpaceDims()
1052 return iteratorTypes[dim] != startIteratorType; in getCollapsableIterationSpaceDims()
1060 if (isReductionIterator(startIteratorType)) { in getCollapsableIterationSpaceDims()