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

Removed intermediate graph save

parent 3777c5e4
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!244Add MatMulTiling recipe
Pipeline #58634 passed
...@@ -119,7 +119,6 @@ void Aidge::matMulTiling(NodePtr matMul, const std::vector<DimSize_t>& maxDims) ...@@ -119,7 +119,6 @@ void Aidge::matMulTiling(NodePtr matMul, const std::vector<DimSize_t>& maxDims)
if (replaced) { if (replaced) {
g->forwardDims({}, true); g->forwardDims({}, true);
g->save("micrograph");
// Recursive tiling // Recursive tiling
matMulTiling(matMulX1, maxDims); matMulTiling(matMulX1, 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