Searched refs:fusedLoopDims (Results 1 – 3 of 3) sorted by relevance
870 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()
205 if (tiledAndFusedOps->fusedLoopDims.count(tileSize.index())) in matchAndRewrite()
122 std::set<unsigned> fusedLoopDims; member