Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp342 SmallVector<Range, 2> parallelLoopRanges; in doit() local
345 parallelLoopRanges.push_back(loopRanges[iteratorType.index()]); in doit()
347 if (distributionMethod.size() < parallelLoopRanges.size()) in doit()
348 parallelLoopRanges.resize(distributionMethod.size()); in doit()
350 options.procInfo(builder, loc, parallelLoopRanges); in doit()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
DUtils.h188 OpBuilder &b, Location loc, ArrayRef<Range> parallelLoopRanges)>;
/external/llvm-project/mlir/test/lib/Transforms/
DTestLinalgTransforms.cpp307 getGpuProcIds(OpBuilder &b, Location loc, ArrayRef<Range> parallelLoopRanges) { in getGpuProcIds() argument