Skip to content
Snippets Groups Projects
Commit 2fd7779c authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed forwardDims()

parent 8cbb8279
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!244Add MatMulTiling recipe
Pipeline #48476 failed
......@@ -92,7 +92,7 @@ void Aidge::matMulTiling(NodePtr matMul, const std::vector<DimSize_t>& maxDims)
auto replaced = GraphView::replace(gMatMul, g);
if (replaced) {
g->forwardDims();
g->forwardDims({}, true);
// Recursive tiling
matMulTiling(matMul00, maxDims);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment