Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusion.cpp870 ret.fusedLoopDims = collectFusableLoops(ops, fusableDependences); in tileAndFuseLinalgOpsImpl()
874 if (ret.fusedLoopDims.empty()) { in tileAndFuseLinalgOpsImpl()
882 builder, rootOp, tileSizeVector, tilingOptions, ret.fusedLoopDims); in tileAndFuseLinalgOpsImpl()
892 fusableDependences, ret.fusedLoopDims); in tileAndFuseLinalgOpsImpl()
DTransforms.cpp205 if (tiledAndFusedOps->fusedLoopDims.count(tileSize.index())) in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h122 std::set<unsigned> fusedLoopDims; member