index
:
platform/upstream/openblas
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/lstelmach/upstream-0.3.21
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/tyzeroy/devel
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-03
Fix flipped indices in benchmark for gemv
Marius Hillenbrand
1
-2
/
+2
2021-07-10
Handle OPENBLAS_LOOPS in SYR2 benchmark
Martin Kroeker
1
-4
/
+10
2021-07-07
Merge pull request #3292 from martin-frbg/syrk_limit
Martin Kroeker
1
-5
/
+13
2021-07-04
Handle OPENBLAS_LOOP
Martin Kroeker
1
-5
/
+13
2021-07-01
Handle OPENBLAS_LOOPS for more stable results
Martin Kroeker
1
-7
/
+13
2021-07-01
Handle OPENBLAS_LOOPS and OPENBLAS_TEST options
Martin Kroeker
1
-8
/
+24
2021-06-26
Add OPENBLAS_LOOPS support to potrf/potrs/potri benchmark
Martin Kroeker
1
-15
/
+24
2021-03-26
Fix compilation on older OSX versions
Martin Kroeker
1
-0
/
+2
2021-03-02
Support timing Apple M1
Martin Kroeker
1
-1
/
+11
2020-10-26
Refractoring remaining benchmark cases.
Qiyu8
46
-3114
/
+184
2020-10-23
Refactor the performance measurement system
Qiyu8
12
-947
/
+302
2020-10-12
Change "HALF" and "sh" to "BFLOAT16" and "sb"
Martin Kroeker
2
-7
/
+7
2020-09-30
Change ifdef linux to __linux for C11 compatibility
Martin Kroeker
51
-51
/
+51
2020-09-05
Use POSIX2001 clock.gettime for higher resolution
Martin Kroeker
1
-8
/
+17
2020-05-29
Use the fortran compiler to link LAPACK-related benchmarks
Martin Kroeker
1
-8
/
+8
2020-05-29
add support for RETURN_BY_STACK semantics, e.g. clang
Martin Kroeker
1
-2
/
+4
2020-05-11
Include shgemm in benchtest
Rajalakshmi Srinivasaraghavan
2
-7
/
+26
2020-04-16
[OpenBLAS]: benchmark error of potrf
l00536773
1
-2
/
+2
2020-03-16
Merge pull request #2515 from zelong-1024/develop
Martin Kroeker
3
-0
/
+474
2020-03-16
Merge pull request #2513 from aaawuanjun/develop
Martin Kroeker
2
-0
/
+260
2020-03-16
[OpenBLAS]: benchmark for her/her2 LEVEL2 functions
l00536773
3
-0
/
+474
2020-03-14
Merge pull request #2508 from liujingjue/develop
Martin Kroeker
1
-1
/
+1
2020-03-14
Merge pull request #2506 from xiaofengF/develop
Martin Kroeker
2
-1
/
+243
2020-03-14
[OpenBlas]: Add benchmark tpsv file and modify benchmark/Makefile
wuanjun 00447568
2
-0
/
+260
2020-03-13
[OpenBLAS]:fix the iamax benchmark error
l00546269
1
-1
/
+1
2020-03-11
Remove cspmv and zspmv to remove the error occured in travis CI
jayfely@qq.com
1
-24
/
+4
2020-03-11
Only keep spmv.goto and spmv.atlas
jayfely@qq.com
1
-41
/
+0
2020-03-11
[OpenBlas]:Add benchmark tpmv.c and modify Makefile
wuanjun 00447568
2
-0
/
+259
2020-03-11
Update spmv.c: solve segmentation fault when m and n are larger than 50000
jayfely@qq.com
1
-1
/
+1
2020-03-10
Merge pull request #2501 from jijiwawa/Fix_mistakes
Martin Kroeker
2
-2
/
+2
2020-03-10
Use the correct unit of measure
s00527847
2
-2
/
+2
2020-03-10
Modify Makefile in Benchmark
jayfely@qq.com
1
-44
/
+668
2020-03-10
Add benchmark for SPMV
jayfely@qq.com
2
-619
/
+298
2020-03-09
Add benchmark for ?amax, ?max, ?amin, ?min, i?max, i?amin and i?min.
s00548429
8
-2973
/
+4444
2020-03-08
Merge pull request #2495 from ZuoQ3/develop
Martin Kroeker
2
-8
/
+296
2020-03-07
Merge pull request #2494 from shengyang-3390/develop
Martin Kroeker
2
-16
/
+69
2020-03-07
Merge pull request #2489 from jijiwawa/brightness
Martin Kroeker
7
-14
/
+0
2020-03-07
add trmm.c
s00527847
1
-2
/
+0
2020-03-07
Remove redundant code
s00527847
6
-12
/
+0
2020-03-07
Add benchmark file axpby.c and modify benchmark/Makefile to test s/d/c/zaxpby
zq
2
-8
/
+296
2020-03-07
add benchmark for csrot and zdrot
shengyang
2
-16
/
+69
2020-03-06
Merge pull request #2491 from chenxuqiang/hbmv_benchmark
Martin Kroeker
3
-0
/
+510
2020-03-06
Merge pull request #2490 from shengyang-3390/develop
Martin Kroeker
2
-0
/
+254
2020-03-06
Merge branch 'develop' into develop
Martin Kroeker
4
-12
/
+558
2020-03-06
Merge pull request #2486 from qqqil/develop
Martin Kroeker
2
-0
/
+309
2020-03-06
Merge pull request #2485 from Darkness303/develop
Martin Kroeker
3
-4
/
+241
2020-03-06
benchmark/hpmv&hbmv: add benchmark/hpmv.c and benchmark/hbmv.c
chenxuqiang
3
-0
/
+510
2020-03-05
Add benchmark file rotm.c and modify benchmark/Makefile to test s/drotm
shengyang
2
-0
/
+254
2020-03-04
add benchmark for spr/spr2
s00527847
3
-1
/
+500
2020-03-04
change clock to CLOCK_PROCESS_CPUTIME_ID
q00437336
1
-2
/
+2
[next]