Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp304 std::vector<unsigned> &topSort, in topSortDFS() argument
311 if (!topSortDFS(j, visit, topSort, adjM)) in topSortDFS()
314 topSort.push_back(i); in topSortDFS()
324 std::vector<unsigned> &topSort) { in computeIterationGraph() argument
348 topSort.reserve(n); in computeIterationGraph()
352 if (!topSortDFS(i, visit, topSort, adjM)) in computeIterationGraph()
354 std::reverse(std::begin(topSort), std::end(topSort)); in computeIterationGraph()
625 linalg::GenericOp op, std::vector<unsigned> &topSort, in genInit() argument
629 unsigned idx = topSort[at]; in genInit()
640 if (codegen.pidxs[tensor][topSort[pat - 1]]) in genInit()
[all …]