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
No related merge requests found
......@@ -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