Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorMultiDimReductionTransforms.cpp128 SmallVector<int64_t, 4> parallelDims, parallelShapes; in matchAndRewrite() local
138 parallelShapes.push_back(srcShape[i]); in matchAndRewrite()
145 if (!parallelShapes.empty()) { in matchAndRewrite()
147 for (auto d : parallelShapes) in matchAndRewrite()
205 if (parallelShapes.empty()) { in matchAndRewrite()
212 parallelShapes, in matchAndRewrite()