Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp260 SmallVector<OpFoldResult> tiledOffsets, tiledSizes; in tileToForeachThreadOpImpl() local
261 tiledOffsets.reserve(nLoops); in tileToForeachThreadOpImpl()
268 tiledOffsets.push_back(loopRanges[loopIdx].offset); in tileToForeachThreadOpImpl()
304 tiledOffsets.push_back(offsetPerThread); in tileToForeachThreadOpImpl()
316 op.getTiledImplementation(b, destOperands, tiledOffsets, tiledSizes, in tileToForeachThreadOpImpl()