tensor: Rename halves_buf to reduce confusion

This commit is contained in:
Hansung Kim
2024-08-19 16:42:02 -07:00
parent 789d873e19
commit 20faf87b80
2 changed files with 21 additions and 19 deletions

View File

@@ -163,7 +163,7 @@ endmodule
// does (m,n,k) = (2,4,2) matmul compute over 2 cycles.
// see Figure 10(b) of the paper.
module VX_tensor_threadgroup #(
parameter HALF_PRECISION = 1
parameter HALF_PRECISION = 0
) (
input clk,
input reset,