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
/
interface
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-17
Added another param to GenerateNamedObjects to mangle complex source names.
Hank Anderson
1
-5
/
+28
2015-02-16
Add ATLAS-style ?geadd function
Martin Koehler
3
-8
/
+335
2015-02-15
Changed generate functions to iterate through a list of float types.
Hank Anderson
1
-13
/
+13
2015-02-11
Moved declarations to start of functions to satisfy MSVC C89 implementation.
Hank Anderson
2
-7
/
+19
2015-02-09
Removed return value from GenerateNamedObjects.
Hank Anderson
1
-13
/
+0
2015-02-04
Added CBLAS define/naming convention to GenerateNamedObjects.
Hank Anderson
1
-35
/
+26
2015-02-04
Added override for function names in GenerateNamedObjects.
Hank Anderson
1
-15
/
+26
2015-02-04
Added function to set defines for the object names (e.g. -DNAME=dgemm).
Hank Anderson
1
-4
/
+5
2015-02-02
Added cblas_ objects to interface CMakeLists.
Hank Anderson
1
-30
/
+53
2015-02-02
Added LAPACK object files to interface CMakeLists.
Hank Anderson
1
-43
/
+55
2015-01-30
Added openblas add_library call that uses DBLAS_OBJS ojbects.
Hank Anderson
1
-1
/
+4
2015-01-30
Updated level3/CMakeLists with correct defines using all combos.
Hank Anderson
1
-46
/
+45
2015-01-29
Fix a segfault in gemv when MAX_STACK_ALLOC is set
Jerome Robert
2
-2
/
+4
2015-01-27
Added CMakeLists.txt for the first of the BLAS folders.
Hank Anderson
1
-0
/
+46
2014-12-27
Allow to do gemv and ger buffer allocation on the stack
Jerome Robert
2
-2
/
+27
2014-09-20
enabled cblas gemm3m functions
wernsaar
1
-0
/
+17
2014-09-20
disabled SYMM3M and HEMM3M functions because segment violations
wernsaar
1
-2
/
+4
2014-09-20
enabled use of GEMM3M functions
wernsaar
1
-2
/
+2
2014-09-15
optimized multithreading lower limits
wernsaar
1
-39
/
+2
2014-09-12
optimized interface/zgemv.c for multithreading
wernsaar
1
-1
/
+1
2014-09-10
Merge pull request #446 from grisuthedragon/cblas_matcopy
Zhang Xianyi
5
-4
/
+123
2014-09-09
add CBLAS interface for s/d/c/zimatcopy
Martin Koehler
3
-4
/
+67
2014-09-08
Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.
Martin Köhler
3
-4
/
+60
2014-09-08
modified multithreading threshold
wernsaar
1
-1
/
+1
2014-09-02
optimized interface/gemv.c for multithreading
wernsaar
1
-2
/
+1
2014-09-02
updated interface/gemv.c for multithreading
wernsaar
1
-1
/
+2
2014-07-15
adjust number of threads for small size in cgemv and zgemv
wernsaar
1
-1
/
+13
2014-07-15
adjust number of threads for sgemv and dgemv
wernsaar
1
-1
/
+12
2014-07-15
adjusted number of threads for small size
wernsaar
1
-2
/
+2
2014-07-10
Ref #410: disabled optimized potri functions ( single threading bug)
wernsaar
1
-18
/
+19
2014-07-02
fixed my bug in ger.c
wernsaar
1
-2
/
+2
2014-07-01
disabled *3M functions for x86_64 platforms
wernsaar
1
-3
/
+5
2014-06-29
disabled SMP for sbmv and zsbmv again
wernsaar
2
-2
/
+4
2014-06-29
enabled SMP for sbmv and zsbmv, but only for 64bit binaries
wernsaar
2
-9
/
+23
2014-06-29
enabled smp for ger.c and zger.c, but only for 64bit binaries
wernsaar
2
-10
/
+23
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
93
-498
/
+498
2014-06-25
fixed compiler warnings
wernsaar
2
-3
/
+3
2014-06-22
Ref #391: disabled SMP in ger.c and zger.c
wernsaar
2
-6
/
+7
2014-06-18
Ref #103: enhancement for small matrix dimensions
wernsaar
1
-7
/
+56
2014-06-10
Ref #51: added blas extensions simatcopy, dimatcopy, cimatcopy, zimatcopy
wernsaar
3
-7
/
+346
2014-06-10
Ref #51: added blas extensions zomatcopy and comatcopy
wernsaar
2
-2
/
+165
2014-06-09
Ref #51: added blas extension somatcopy
wernsaar
1
-2
/
+7
2014-06-09
Ref #51: added blas extension domatcopy as not opimized reference
wernsaar
2
-2
/
+124
2014-06-08
Ref #375: added workaround for small sizes to scal.c and zscal.c
wernsaar
2
-0
/
+6
2014-06-08
Ref #285: added axpby kernels
wernsaar
3
-5
/
+186
2014-06-05
Fixed #374.
Zhang Xianyi
1
-1
/
+2
2014-05-25
fixed function profile in zpotri.c
wernsaar
1
-1
/
+4
2014-05-23
enabled and tested optimized potri lapack functions
wernsaar
3
-8
/
+8
2014-05-23
enabled abd tested optimized trtri lapack functions
wernsaar
3
-8
/
+8
2014-05-22
Random "walk (a)round" --> "work-around" typo fixes
Timothy Gu
1
-1
/
+2
[prev]
[next]