tensor: Fix HALF_PRECISION to 1

This commit is contained in:
Hansung Kim
2024-09-08 01:43:21 -07:00
parent 3f8c28c7d6
commit a968bdd69b

View File

@@ -165,7 +165,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 = 0
parameter HALF_PRECISION = 1
) (
input clk,
input reset,