summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authors00527847 <suxikang1@hisilicon.com>2020-03-07 13:09:19 -0500
committers00527847 <suxikang1@hisilicon.com>2020-03-07 13:09:19 -0500
commitbbeda55b7b528ae1926fb8074cdc9bddf7720e08 (patch)
tree7758a680a6c56655aebd42e0ea26ca734cc80e16 /benchmark
parentefcf89aec78b73b23b53d155413a6854349a4226 (diff)
downloadopenblas-bbeda55b7b528ae1926fb8074cdc9bddf7720e08.tar.gz
openblas-bbeda55b7b528ae1926fb8074cdc9bddf7720e08.tar.bz2
openblas-bbeda55b7b528ae1926fb8074cdc9bddf7720e08.zip
add trmm.c
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/trmm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/trmm.c b/benchmark/trmm.c
index 6a5e59c7b..e095b85ee 100644
--- a/benchmark/trmm.c
+++ b/benchmark/trmm.c
@@ -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);