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

Added TODO

parent b30d0901
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!244Add MatMulTiling recipe
Pipeline #58597 canceled
......@@ -97,12 +97,13 @@ void Aidge::matMulTiling(NodePtr matMul, const std::vector<DimSize_t>& maxDims)
// Recursive tiling
matMulTiling(matMul01, maxDims);
// TODO: other dimension
}
else {
Log::warn("Unable to split MatMul {}", matMul->name());
}
}
else if (outputMatDims[1] > maxDims[1]) {
// TODO
}
}
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