summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Fix flipped indices in benchmark for gemvMarius Hillenbrand1-2/+2
2021-07-10Handle OPENBLAS_LOOPS in SYR2 benchmarkMartin Kroeker1-4/+10
2021-07-07Merge pull request #3292 from martin-frbg/syrk_limitMartin Kroeker1-5/+13
2021-07-04Handle OPENBLAS_LOOPMartin Kroeker1-5/+13
2021-07-01Handle OPENBLAS_LOOPS for more stable resultsMartin Kroeker1-7/+13
2021-07-01Handle OPENBLAS_LOOPS and OPENBLAS_TEST optionsMartin Kroeker1-8/+24
2021-06-26Add OPENBLAS_LOOPS support to potrf/potrs/potri benchmarkMartin Kroeker1-15/+24
2021-03-26Fix compilation on older OSX versionsMartin Kroeker1-0/+2
2021-03-02Support timing Apple M1Martin Kroeker1-1/+11
2020-10-26Refractoring remaining benchmark cases.Qiyu846-3114/+184
2020-10-23Refactor the performance measurement systemQiyu812-947/+302
2020-10-12Change "HALF" and "sh" to "BFLOAT16" and "sb"Martin Kroeker2-7/+7
2020-09-30Change ifdef linux to __linux for C11 compatibilityMartin Kroeker51-51/+51
2020-09-05Use POSIX2001 clock.gettime for higher resolutionMartin Kroeker1-8/+17
2020-05-29Use the fortran compiler to link LAPACK-related benchmarksMartin Kroeker1-8/+8
2020-05-29add support for RETURN_BY_STACK semantics, e.g. clangMartin Kroeker1-2/+4
2020-05-11Include shgemm in benchtestRajalakshmi Srinivasaraghavan2-7/+26
2020-04-16[OpenBLAS]: benchmark error of potrfl005367731-2/+2
2020-03-16Merge pull request #2515 from zelong-1024/developMartin Kroeker3-0/+474
2020-03-16Merge pull request #2513 from aaawuanjun/developMartin Kroeker2-0/+260
2020-03-16[OpenBLAS]: benchmark for her/her2 LEVEL2 functionsl005367733-0/+474
2020-03-14Merge pull request #2508 from liujingjue/developMartin Kroeker1-1/+1
2020-03-14Merge pull request #2506 from xiaofengF/developMartin Kroeker2-1/+243
2020-03-14[OpenBlas]: Add benchmark tpsv file and modify benchmark/Makefilewuanjun 004475682-0/+260
2020-03-13[OpenBLAS]:fix the iamax benchmark errorl005462691-1/+1
2020-03-11Remove cspmv and zspmv to remove the error occured in travis CIjayfely@qq.com1-24/+4
2020-03-11Only keep spmv.goto and spmv.atlasjayfely@qq.com1-41/+0
2020-03-11[OpenBlas]:Add benchmark tpmv.c and modify Makefilewuanjun 004475682-0/+259
2020-03-11Update spmv.c: solve segmentation fault when m and n are larger than 50000jayfely@qq.com1-1/+1
2020-03-10Merge pull request #2501 from jijiwawa/Fix_mistakesMartin Kroeker2-2/+2
2020-03-10Use the correct unit of measures005278472-2/+2
2020-03-10Modify Makefile in Benchmarkjayfely@qq.com1-44/+668
2020-03-10Add benchmark for SPMVjayfely@qq.com2-619/+298
2020-03-09Add benchmark for ?amax, ?max, ?amin, ?min, i?max, i?amin and i?min.s005484298-2973/+4444
2020-03-08Merge pull request #2495 from ZuoQ3/developMartin Kroeker2-8/+296
2020-03-07Merge pull request #2494 from shengyang-3390/developMartin Kroeker2-16/+69
2020-03-07Merge pull request #2489 from jijiwawa/brightnessMartin Kroeker7-14/+0
2020-03-07add trmm.cs005278471-2/+0
2020-03-07Remove redundant codes005278476-12/+0
2020-03-07Add benchmark file axpby.c and modify benchmark/Makefile to test s/d/c/zaxpbyzq2-8/+296
2020-03-07add benchmark for csrot and zdrotshengyang2-16/+69
2020-03-06Merge pull request #2491 from chenxuqiang/hbmv_benchmarkMartin Kroeker3-0/+510
2020-03-06Merge pull request #2490 from shengyang-3390/developMartin Kroeker2-0/+254
2020-03-06Merge branch 'develop' into developMartin Kroeker4-12/+558
2020-03-06Merge pull request #2486 from qqqil/developMartin Kroeker2-0/+309
2020-03-06Merge pull request #2485 from Darkness303/developMartin Kroeker3-4/+241
2020-03-06benchmark/hpmv&hbmv: add benchmark/hpmv.c and benchmark/hbmv.cchenxuqiang3-0/+510
2020-03-05Add benchmark file rotm.c and modify benchmark/Makefile to test s/drotmshengyang2-0/+254
2020-03-04add benchmark for spr/spr2s005278473-1/+500
2020-03-04change clock to CLOCK_PROCESS_CPUTIME_IDq004373361-2/+2