summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)AuthorFilesLines
2020-03-04add benchmark for trsvq004373362-0/+309
2020-03-041.Add syr2 benchmarkDarkness3033-4/+241
2020-03-03Merge branch 'develop' of https://github.com/aaawuanjun/OpenBLAS into developwuanjun 004475681-2/+2
2020-03-03[OpenBlas]: add benchmark file trmv.c and modify benchmark/Makefile to test s...wuanjun 004475682-0/+259
2020-03-03[OpenBlas]: add benchmark file trmv.c and modify benchmark/Makefile to test s...wuanjun 004475682-0/+257
2020-03-03Merge pull request #2479 from Darkness303/developMartin Kroeker19-77/+83
2020-03-02Merge pull request #2478 from MacChen02/developMartin Kroeker1-5/+5
2020-03-02fix core dumped errorjianghesong19-77/+83
2020-03-02Update benchmark statistical time functionMacChen021-5/+5
2020-02-28New add syr benchmarkj005202452-2/+234
2020-02-24[OpenBlas]:benchmark/copy.c has timeļ¼Œx,y data loop problemswuanjun 004475681-22/+22
2020-02-05Fix another branchw004214671-2/+2
2020-02-05Fix bugs in benchmark of gemvw004214671-2/+2
2019-06-04sgemm pipeline improved, zgemm rewritten without inner packs, ABI lxvx v20 fi...AbdelRauf1-1/+1
2019-01-16disable NaN checks before BLAS calls dgemm.RAndrew1-19/+6
2019-01-16disable NaN checks before BLAS calls deig.R (shorten matrix def)Andrew1-1/+1
2019-01-16disable NaN checks before BLAS calls deig.RAndrew1-11/+4
2019-01-16disable NaN checks before BLAS calls dsolve.R (shorter formula)Andrew1-1/+1
2019-01-16disable NaN checks before BLAS calls dsolve.R (shorter config part)Andrew1-5/+2
2019-01-16disable NaN checks before BLAS calls dsolve.RAndrew1-14/+9
2018-08-10Disable scal to benchmark zgemv separately by defaultmaamountki1-1/+1
2018-03-27Correct index variables used in MFlops calculationMartin Kroeker1-1/+1
2017-09-28Increasing flexibility of GEMM benchmark.Tim Moon1-54/+78
2017-01-24Benchmark: Add MFlops print in iamax benchmarkAshwin Sekhar T K1-2/+4
2017-01-24Benchmarks: Avoid building lapack benchmarks when NO_LAPACK=1Ashwin Sekhar T K1-9/+15
2017-01-24THUNDERX2T99: Add Optimized SNRM2 ImplementationAshwin Sekhar T K1-2/+5
2017-01-07anti GC and reflowAndrew3-138/+126
2016-07-14Add time prints in benchmark outputAshwin Sekhar T K10-20/+20
2016-07-14Add IAMAX and NRM2 benchmarksAshwin Sekhar T K3-2/+470
2016-05-22added trsm bencharks for POWER8 to benchmark/MakefileWerner Saar1-1/+14
2016-04-21added bugfixes for some make files and smallscaling.cWerner Saar2-2/+3
2016-04-10added cholesky benchmarks to Makefile for ESSLWerner Saar1-1/+14
2016-04-08updated benchmark Makefile for ESSLWerner Saar1-2/+16
2016-04-03added ESSL to Makefile for benchmarksWerner Saar1-2/+30
2016-03-26added benchmark test for srot and drotWerner Saar2-0/+239
2016-03-10Fix smallscaling compilationJerome Robert1-2/+3
2016-03-06removed build of smallscaling, because build on arm, arm64 and power failsWerner Saar1-2/+1
2016-03-06updated smallscaling.c to build without C99 or C11Werner Saar1-4/+9
2016-02-08Add benchmark/smallscaling.cJerome Robert2-1/+195
2016-01-19benchmark/scripts/SCIPY/dsyrk.py: Overwrite will work on a Fortran array of t...John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Overwrite will work on a Fortran array of t...John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/dsyrk.py: Arrays should be Fortran order.John Kirkham1-2/+2
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Arrays should be Fortran order.John Kirkham1-2/+2
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Fix PEP8 issues.John Kirkham1-42/+41
2016-01-19benchmark/scripts/SCIPY/dsyrk.py: Fix PEP8 issues.John Kirkham1-42/+41
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Write values into `C`.John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/dsyrk.py: Write values into `C`.John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Use the environment python.John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/dsyrk.py: Use the environment python.John Kirkham1-1/+1
2016-01-19benchmark/scripts/SCIPY/ssyrk.py: Drop unneeded semicolons.John Kirkham1-2/+2