Browse Source

add trmm.c

tags/v0.3.10^2
s00527847 5 years ago
parent
commit
bbeda55b7b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      benchmark/trmm.c

+ 0
- 2
benchmark/trmm.c View File

@@ -188,8 +188,6 @@ int main(int argc, char *argv[]){

time1 = (double)(stop.tv_sec - start.tv_sec) + (double)((stop.tv_usec - start.tv_usec)) * 1.e-6;

gettimeofday( &start, (struct timezone *)0);

fprintf(stderr,
" %10.2f MFlops %10.6f sec\n",
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6, time1);


Loading…
Cancel
Save