Inside ConfigureForSnitch.cpp here,
if (funcOp.getName() ==
"main$async_dispatch_0_matmul_transpose_b_1x400x161_f64") {
l1Tiles[1] = 40;
// TODO: Switch to 82 and true once correctness bugs are fixed.
l1Tiles[2] = 0;
dualBuffer = false;
}
I see a note about a correctness bug.
Inside ConfigureForSnitch.cpp here,
I see a note about a correctness bug.
Was this bug fixed?
What is the behavior of this bug? Is it related to padding the column dimension of 161?