Browse Source

Merge pull request #2489 from jijiwawa/brightness

Remove redundant code
tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
14df234edb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 14 deletions
  1. +0
    -2
      benchmark/hemm.c
  2. +0
    -2
      benchmark/her2k.c
  3. +0
    -2
      benchmark/herk.c
  4. +0
    -2
      benchmark/symm.c
  5. +0
    -2
      benchmark/syr2k.c
  6. +0
    -2
      benchmark/syrk.c
  7. +0
    -2
      benchmark/trmm.c

+ 0
- 2
benchmark/hemm.c View File

@@ -178,8 +178,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 0
- 2
benchmark/her2k.c View File

@@ -177,8 +177,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 0
- 2
benchmark/herk.c View File

@@ -175,8 +175,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 0
- 2
benchmark/symm.c View File

@@ -189,8 +189,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 0
- 2
benchmark/syr2k.c View File

@@ -189,8 +189,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 0
- 2
benchmark/syrk.c View File

@@ -185,8 +185,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; 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, fprintf(stderr,
" %10.2f MFlops\n", " %10.2f MFlops\n",
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6); COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6);


+ 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; 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, fprintf(stderr,
" %10.2f MFlops %10.6f sec\n", " %10.2f MFlops %10.6f sec\n",
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6, time1); COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6, time1);


Loading…
Cancel
Save