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
/
cblas.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-30
sbgemm: add missing cblas_sbgemm definition
Wangyang Guo
1
-0
/
+2
2021-01-13
Add prototypes for CBLAS_CROTG and CBLAS_ZROTG
Martin Kroeker
1
-0
/
+3
2021-01-12
Add prototypes for cblas_csrot and cblas_zdrot
Martin Kroeker
1
-0
/
+2
2020-10-29
Implementation of BF16 based gemv
Chen, Guobing
1
-0
/
+1
2020-10-13
Fix build issues with bfloat16
Rajalakshmi Srinivasaraghavan
1
-2
/
+2
2020-10-11
Rename "HALF" and "sh" to "BFLOAT16" and "sb"
Martin Kroeker
1
-1
/
+1
2020-09-04
Add bfloat16 based dot and conversion with single/double
Chen, Guobing
1
-0
/
+11
2020-04-08
Add API to set thread affinity on Linux.
Sharvil Nanavati
1
-0
/
+5
2019-03-30
Add declarations for ?sum and cblas_?sum
Martin Kroeker
1
-0
/
+5
2019-03-30
Expose CBLAS interfaces for I?MIN and I?MAX
Martin Kroeker
1
-0
/
+10
2018-09-06
just make CBLAS_LAYOUT an alias of the existing CBLAS_ORDER
Martin Kroeker
1
-2
/
+2
2018-09-06
Follow netlib renaming/aliasing CBLAS_ORDER to CBLAS_LAYOUT
Martin Kroeker
1
-2
/
+3
2018-06-23
Expose CBLAS interface to BLAS extensions iXamin
Martin Kroeker
1
-0
/
+5
2017-11-18
Fix declaration of cblas_Xdotc_sub and cblas_Xdotu_sub
Martin Kroeker
1
-4
/
+4
2017-11-05
Change prototypes of all complex functions to use void*
Martin Kroeker
1
-84
/
+84
2015-02-16
Add ATLAS-style ?geadd function
Martin Koehler
1
-0
/
+10
2015-02-03
Introduce openblas_get_num_threads and openblas_get_num_procs
Erik Schnetter
1
-0
/
+6
2014-09-21
updated cblas.h and cblas_noconst.h
wernsaar
1
-0
/
+2
2014-09-21
added GEMM3M tests
wernsaar
1
-0
/
+3
2014-09-09
add CBLAS interface for s/d/c/zimatcopy
Martin Koehler
1
-0
/
+8
2014-09-08
Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.
Martin Köhler
1
-0
/
+10
2014-07-08
Fixed #407. Support outputing the CPU corename on runtime.
Zhang Xianyi
1
-0
/
+3
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
1
-3
/
+3
2014-06-08
Ref #285: added axpby kernels
wernsaar
1
-0
/
+10
2013-08-28
get rid of the generated cblas_noconst.h file
Lars Buitinck
1
-255
/
+264
2013-07-11
create openblas_get_parallel to retrieve information which
grisuthedragon
1
-0
/
+10
2013-01-31
Refs #193. cblas: move #include out of extern "C" block.
Zaheer Chothia
1
-3
/
+3
2013-01-20
Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Po...
Zaheer Chothia
1
-256
/
+255
2013-01-19
cblas: typedef enums for improved compatibility with Intel MKL.
Zaheer Chothia
1
-5
/
+5
2012-12-10
Refs #163. Obtain the build configure on runtime.
Zhang Xianyi
1
-0
/
+3
2012-06-23
Export openblas_set_num_threads in shared library.
Zhang Xianyi
1
-0
/
+4
2012-04-24
Refs #95 cblas: compatibility for compilers without C99 complex number suppor...
Zaheer Chothia
1
-9
/
+9
2011-04-20
Fixed #21. Added extern C to support C++. Thank Tasio for the patch.
Xianyi Zhang
1
-0
/
+11
2011-04-07
Fixed #13. Fixed blasint undefined bug in <cblas.h> file.
Xianyi Zhang
1
-0
/
+3
2011-01-24
Import GotoBLAS2 1.13 BSD version codes.
Xianyi Zhang
1
-0
/
+273