You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vec-cond2d, we have:
printf("The execution took %d cycles.\n", runtime);
printf("The performance is %ld DPFLOP/1000 cycles.\n",
(uint64_t)(1000.0 * performance));
However, in vec-sgemm_main.c
There is no DPFLOP calculation.
Could you support DPFLOP calculation (equaltion) of all benchmarks ?
Thanks.
The text was updated successfully, but these errors were encountered:
In vec-cond2d, we have:
printf("The execution took %d cycles.\n", runtime);
printf("The performance is %ld DPFLOP/1000 cycles.\n",
(uint64_t)(1000.0 * performance));
However, in vec-sgemm_main.c
There is no DPFLOP calculation.
Could you support DPFLOP calculation (equaltion) of all benchmarks ?
Thanks.
The text was updated successfully, but these errors were encountered: