Closed zhao-lun closed 6 years ago
There is no floating point version.
PIPE_DEPTH refers to the depth of the accumulate buffers.
[History:
]
-v1.0 Initial release
https://github.com/doonny/PipeCNN/blob/01799e66f69f4ce7dc123795717b1f3e0ab8aeb0/project/device/conv_pipe.cl
Here you uses float for both data and weight.
float mac(lane_data input, lane_data weights)
I read your paper, you got 33.9GOPS when running on Stratix-V (floating point)
Prof @doonny , Why is cov split used? conv_split
0,1,0,1,1,0,0,0 //layer 1 -> layer 8
Floating-point format is no longer supported.
hi Prof @doonny , I noticed the current version is in fixed point mac. And how was the resource utilization compared to Floating point mac? What is the Pipe depth ?
#define PIPE_DEPTH 6