- printf("\nTotal Bandwidth: %.3lf Gbps, Total MOps: %.3lf\n",
bandwidth_total, mops_total);
+ printf("\nAverage Cycles/op per worker: %.1f, Total Bandwidth: %.3lf Gbps,
Total MOps: %.3lf\n",
+ (avg_cycles_total * (float) 1.0) / nb_workers,
bandwidth_total, mops_to
Hi Vipin,
On 2024/3/6 23:06, Vipin Varghese wrote:
> Modify the user display data with total average latency per worker.
>
> Signed-off-by: Vipin Varghese
>
> V2 Changes:
> - keep one-digit precision is enough, suggested by Chengwen
> ---
> app/test-dma-perf/benchmark.c | 3 ++-
> 1 file chan
Modify the user display data with total average latency per worker.
Signed-off-by: Vipin Varghese
V2 Changes:
- keep one-digit precision is enough, suggested by Chengwen
---
app/test-dma-perf/benchmark.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/test-dma-perf/be
3 matches
Mail list logo