j-bo
1e0bbea868
Refs #676 . Fixed ONLY_CBLAS=1 compiling bug on windows.
10 years ago
Zhang Xianyi
53e849f4fc
Merge branch 'develop'
10 years ago
Zhang Xianyi
8447498b50
Update doc for OpenBLAS 0.2.15 version. [CI skipped]
10 years ago
Zhang Xianyi
b6519159f5
Merge pull request #674 from j-bo/develop
Fix #673
10 years ago
Zhang Xianyi
63c56d3da9
Only include complex.h since Android 5.0
10 years ago
j-bo
718d0f18e3
Merge pull request #1 from j-bo/j-bo-patch-673
Fix #673
10 years ago
j-bo
6040858b22
Fix #673
Add lacking headers declarations when compiling for Android ARM7
10 years ago
Zhang Xianyi
70642fe4ed
Refs #668 . Raise the signal when pthread_create fails.
Thank James K. Lowden for the patch.
10 years ago
Zhang Xianyi
79d4a62e10
Add AppVeyor badge.
10 years ago
Zhang Xianyi
1ac8c32f1d
[ci skip] Build Visual Studio 12 Win64 on Appveyor
10 years ago
Zhang Xianyi
0b2ad98e48
Only test x64 Windows CI.
10 years ago
Zhang Xianyi
69363622a8
Fix DYNAMIC_ARCH=1 bug.
10 years ago
Zhang Xianyi
e6d754fddc
Use AppVeyor Windows CI.
10 years ago
Zhang Xianyi
f74ff6da38
Merge branch 'cmake' into develop
10 years ago
Zhang Xianyi
2feef49fa8
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
10 years ago
Zhang Xianyi
53b6023a6c
Fix cmake bug on MSVC 32-bit.
10 years ago
Zhang Xianyi
309875de3c
Fix cmake bug on x86 32-bit.
e.g. Build 32-bit on 64-bit Linux.
cmake -DBINARY=32
10 years ago
Zhang Xianyi
b809f99cee
Add CBLAS test for CMAKE.
10 years ago
Zhang Xianyi
5a291606ad
Refs #671 . the return of i?max cannot larger than N.
10 years ago
Zhang Xianyi
1ce054fcb3
Refs #669 . Fixed the build bug with gcc on Mac OS X.
10 years ago
Zhang Xianyi
8fade093aa
Fixed cmake bug on Visual Studio.
10 years ago
Zhang Xianyi
96f0bbe067
Fixed cmake bug on haswell.
10 years ago
Zhang Xianyi
d8392c1245
Fixe cmake config bugs.
10 years ago
Zhang Xianyi
aca7d7e953
Detect cmake test result.
10 years ago
Zhang Xianyi
94b125255f
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
10 years ago
Zhang Xianyi
3684706a12
Include time.h.
10 years ago
Zhang Xianyi
90aa8e24b9
Refs #615 . Import bug fixes for LAPACKE dormlq.
10 years ago
Zhang Xianyi
11ac4665c8
Fixed #654 . Make sure the gotoblas_init function is run before all other static initializations.
10 years ago
Zhang Xianyi
c666158b79
Merge pull request #656 from stevengj/libname
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX)
10 years ago
Zhang Xianyi
ccf581f94d
Merge pull request #659 from Keno/patch-2
Fix cross compilation suffix detection
10 years ago
Keno Fischer
e9493f69eb
Fix cross compilation suffix detection
If the path involves `-`, this would have otherwise detected this as a cross compile suffix.
10 years ago
Steven G. Johnson
88bef3bffc
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX), as discussed in #646 : if you rename the symbols, it is best to rename the library
10 years ago
Zhang Xianyi
f27942a68a
Fixed make TARGET=CORTEXA9 and CORTEXA15 bug.
10 years ago
Zhang Xianyi
0cc2b3de0b
Merge pull request #652 from larsmans/fixes
Tiny fixes
10 years ago
Lars Buitinck
b9534bbd76
git ignore versioned .so files
10 years ago
Lars Buitinck
45c8b5e756
actually remove cblas_noconst.h
This file hasn't been used since 212463dce9 .
10 years ago
Zhang Xianyi
a96a4cb012
Merge pull request #640 from kortschak/dlansy-fix
Fix LAPACK_*lansy routines
10 years ago
Zhang Xianyi
baec8f5cac
Refs #638 . Fixed compiling bug with clang on Mac OS X.
10 years ago
kortschak
d6e8459f20
Fix LAPACK_*lansy routines
Fixes #639 .
10 years ago
Zhang Xianyi
dfe1eef33b
Merge branch 'yuyichao-skylake-id' into develop
10 years ago
Zhang Xianyi
cc7cab8a45
Detect other Intel Skylake cores.
http://users.atw.hu/instlatx64/
10 years ago
Yichao Yu
61ae47eb99
Ref #632 . Support Intel Skylake by Haswell kernels.
10 years ago
Zhang Xianyi
22353b1727
Merge pull request #634 from kortschak/lantr-trans-prep
Fix lantr preparation for row major matrices
10 years ago
kortschak
efffd28739
Fix lantr preparation for row major matrices
10 years ago
Zhang Xianyi
62cabef857
Merge pull request #633 from grisuthedragon/tune_imatcopy
Improved Ximatcopy when lda==ldb.
10 years ago
Martin Koehler
711ca33bc6
Improved Ximatcopy when lda==ldb.
The Ximatcopy functions create a copy of the input matrix
although they seem to work inplace. The new routines
XIMATCOPY_K_YY perform the operations inplace if the leading
dimension does not change.
10 years ago
Zhang Xianyi
40a3fed6b8
Merge pull request #630 from buffer51/develop
Fixed error in common.h for Android compilation introduced by e12cf11
10 years ago
buffer51
2297a2d989
Fixed error in common.h for Android compilation introduced by e12cf1123e
10 years ago
Zhang Xianyi
5408074941
Add notification.
10 years ago
Zhang Xianyi
bbcdf63bb4
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
10 years ago