Shush display

This commit is contained in:
Hansung Kim
2024-06-03 13:04:09 -07:00
parent 9caafb2d8a
commit 12f8722dd5
3 changed files with 5 additions and 3 deletions

View File

@@ -234,6 +234,9 @@ module VX_tensor_threadgroup #(
end
end
// TODO: Instead of latching half-result and constructing a full D tile,
// we should be able to send these half fragments down to commit stage
// immediately, saving flop space
assign D_frag[0][0] = D_reg[0];
assign D_frag[0][2] = D_reg[1];
assign D_frag[1][0] = D_reg[2];