tensor: Rename halves_buf to reduce confusion
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user