Home
last modified time | relevance | path

Searched defs:parallelLoopRanges (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLinalgTransforms.cpp307 getGpuProcIds(OpBuilder &b, Location loc, ArrayRef<Range> parallelLoopRanges) { in getGpuProcIds()
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp342 SmallVector<Range, 2> parallelLoopRanges; in doit() local