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
/
common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-23
Add Microsoft Windows 10 UWP build support
Neil Shipp
1
-2
/
+11
2017-03-13
Fix CREAL,CIMAG macros for PGI
Martin Kroeker
1
-2
/
+7
2017-01-09
Merge branch 'z13' into develop
Zhang Xianyi
1
-0
/
+4
2016-06-14
Change to allow compiling with USE_OPENMP on MSVC
Daniel Patrick Foose
1
-0
/
+5
2016-05-17
optimized dgemm and dgetrf for POWER8
Werner Saar
1
-0
/
+7
2016-04-22
MIPS P5600(32 bit) and I6400(64 bit) cores support added.
Shivraj Patil
1
-0
/
+4
2016-04-15
Init IBM z system (s390x) porting.
Zhang Xianyi
1
-0
/
+4
2016-03-09
modified common.h for piledriver
Werner Saar
1
-1
/
+2
2016-02-04
Fixed #773 blas_quickdivide bug on CMake and Visual Studio x86 32-bit.
Zhang Xianyi
1
-1
/
+1
2016-01-08
Factorize MAX_STACK_ALLOC code to common_stackalloc.h
Jerome Robert
1
-0
/
+1
2016-01-05
include sched.h if OS is Android
Werner Saar
1
-1
/
+1
2015-11-09
Fix compiler errors in common.h
Ashwin Sekhar T K
1
-0
/
+1
2015-10-27
Only include complex.h since Android 5.0
Zhang Xianyi
1
-5
/
+9
2015-10-20
Fixed cmake bug on Visual Studio.
Zhang Xianyi
1
-2
/
+1
2015-10-13
Merge branch 'develop' into cmake
Zhang Xianyi
1
-0
/
+45
2015-10-08
Include time.h.
Zhang Xianyi
1
-0
/
+1
2015-09-03
Fixed error in common.h for Android compilation introduced by e12cf1123e8784c...
buffer51
1
-1
/
+3
2015-08-16
correct a minor mistake
Grazvydas Ignotas
1
-1
/
+1
2015-08-16
add fallback blas_lock implementation
Grazvydas Ignotas
1
-0
/
+14
2015-08-16
add fallback rpcc implementation
Grazvydas Ignotas
1
-0
/
+28
2015-08-11
Fixed cmake build bugs on Linux.
Zhang Xianyi
1
-0
/
+3
2015-08-10
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
Zhang Xianyi
1
-8
/
+37
2015-07-22
Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderso...
Zhang Xianyi
1
-0
/
+7
2015-05-20
Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard)
Zhang Xianyi
1
-0
/
+6
2015-04-13
Refs #478, #482. Fix segfault bug for gemv_t with MAX_ALLOC_STACK flag.
Zhang Xianyi
1
-0
/
+2
2015-02-25
Fixed some compiler errors/warnings for clang.
Hank Anderson
1
-1
/
+1
2015-02-11
Added MSVC defines to common.h.
Hank Anderson
1
-0
/
+7
2014-12-30
added optimizations for steamroller
Werner Saar
1
-0
/
+8
2014-08-01
bugfix for linux affinity code
wernsaar
1
-0
/
+11
2014-06-28
Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyG...
Zhang Xianyi
1
-3
/
+3
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
1
-3
/
+3
2014-06-27
fix #394. this cleans up some handles after using them, and doesn't disable A...
Jameson Nash
1
-9
/
+14
2014-05-15
changed YIELDING for BULLDOZER
wernsaar
1
-0
/
+7
2014-05-13
added ARMV5 as reference platform
wernsaar
1
-1
/
+1
2014-01-28
Used SwitchToThread for YIELDING on AMD piledriver with Windows.
Zhang Xianyi
1
-1
/
+2
2013-12-01
modified common.h
wernsaar
1
-0
/
+18
2013-08-28
get rid of the generated cblas_noconst.h file
Lars Buitinck
1
-2
/
+3
2013-07-11
Refs #214, #221, #246. Fixed the getrf overflow bug on Windows.
Zhang Xianyi
1
-0
/
+17
2013-02-01
Missing line continuation -- follow-up to last commit (64ad8b9809).
Zaheer Chothia
1
-1
/
+1
2013-02-01
Refs #193. Don't use C99 complex numbers when building C++ code.
Zaheer Chothia
1
-1
/
+2
2013-01-20
Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Po...
Zaheer Chothia
1
-1
/
+2
2012-11-10
Fix NetBSD build.
Alexander Nasonov
1
-0
/
+5
2012-10-08
Fixed #141. make f77blas.h compatible with compilers which lack C99 complex n...
Zhang Xianyi
1
-0
/
+2
2012-05-23
Fix inconsistent case for OS_* macros (Refs pull request #111)
Zaheer Chothia
1
-1
/
+1
2012-05-20
fix 'sched_yield' warnings on FreeBSD,NetBSD
Mike Nolta
1
-1
/
+1
2012-04-24
Refs #95 cblas: compatibility for compilers without C99 complex number suppor...
Zaheer Chothia
1
-0
/
+22
2012-02-19
fix #49
Mike Nolta
1
-0
/
+4
2011-04-20
Fixed #21. Added extern C to support C++. Thank Tasio for the patch.
Xianyi Zhang
1
-0
/
+10
2011-01-24
Import GotoBLAS2 1.13 BSD version codes.
Xianyi Zhang
1
-0
/
+610